diff --git a/README.rst b/README.rst index 81e14dacb..3bed76324 100644 --- a/README.rst +++ b/README.rst @@ -93,7 +93,7 @@ This new template will then be used to render the /donate url. 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 e29c6feec..a93ad734e 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="Indigo theme plugin for Tutor", long_description=load_readme(), packages=find_packages(exclude=["tests*"]),