From dde6ed73dc28dd9ea08866978df7c5fac228edca Mon Sep 17 00:00:00 2001 From: muhammadali286 Date: Wed, 4 Sep 2024 14:33:25 +0500 Subject: [PATCH] chore: add Muhammad Ali as maintainer in readme.md and setup.py --- README.rst | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index b334a54..a27c8ae 100644 --- a/README.rst +++ b/README.rst @@ -66,7 +66,7 @@ Customising the application, such as the logo or the background image, is curren Troubleshooting --------------- -This Tutor plugin is maintained by RĂ©gis Behmo from `Overhang.IO `__. Community support is available from the official `Open edX forum `__. Do you need help with this plugin? See the `troubleshooting `__ section from the Tutor documentation. +This Tutor plugin is maintained by Muhammad Ali from `Edly `__. Community support is available from the official `Open edX forum `__. Do you need help with this plugin? See the `troubleshooting `__ section from the Tutor documentation. License ------- diff --git a/setup.py b/setup.py index 7fa0b1a..effd6f0 100644 --- a/setup.py +++ b/setup.py @@ -36,8 +36,8 @@ def load_about(): license="AGPLv3", author="Overhang.IO", author_email="contact@overhang.io", - maintainer="Overhang.IO", - maintainer_email="regis@overhang.io", + maintainer="Edly", + maintainer_email="muhammad.ali@arbisoft.com", description="Android mobile app plugin for Tutor", long_description=load_readme(), long_description_content_type="text/x-rst",