diff --git a/README.rst b/README.rst index 95ded7d..0887c5b 100644 --- a/README.rst +++ b/README.rst @@ -45,7 +45,7 @@ Authentication 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 Hina Khadim 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 2bee504..cdda031 100644 --- a/setup.py +++ b/setup.py @@ -37,8 +37,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="hina.khadim@arbisoft.com", description="Web-based user interface plugin for Tutor", long_description=load_readme(), packages=find_packages(exclude=["tests*"]),