diff --git a/README.rst b/README.rst index c5a91e55..bdf3222a 100644 --- a/README.rst +++ b/README.rst @@ -143,7 +143,7 @@ To attach a debugger to the ecommerce service, run:: 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 Faraz Maqsood 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. Contributing ------------ diff --git a/setup.py b/setup.py index 394dfa16..cc3bfa0f 100644 --- a/setup.py +++ b/setup.py @@ -26,8 +26,8 @@ license="AGPLv3", author="Overhang.IO", author_email="contact@overhang.io", - maintainer="Overhang.IO", - maintainer_email="regis@overhang.io", + maintainer="Edly", + maintainer_email="faraz.maqsood@arbisoft.com", description="A Tutor plugin for Open edX E-Commerce", long_description=readme, packages=find_packages(exclude=["tests*"]),