From 340629adde7a94dc0f282f1906d7d1d4301c1f42 Mon Sep 17 00:00:00 2001 From: Hina Khadim Date: Sun, 29 Oct 2023 09:34:33 +0500 Subject: [PATCH] chore: add Hina 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 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*"]),