From 91371279eed6c8e70f217b8133522c993dc3a55f Mon Sep 17 00:00:00 2001 From: FahadKhalid210 Date: Tue, 10 Oct 2023 17:05:33 +0500 Subject: [PATCH 1/3] added maintainer email --- README.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index a88c99d..48320fb 100644 --- a/README.rst +++ b/README.rst @@ -52,7 +52,7 @@ The MinIO web UI can be accessed at http://. The credentials for acc 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 Fahad Khalid from `Arbisoft.com `__. 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 110812a..7539683 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ author="Overhang.IO", author_email="contact@overhang.io", maintainer="Overhang.IO", - maintainer_email="regis@overhang.io", + maintainer_email="fahad.khalid@arbisoft.com", description="A Tutor plugin for object storage in MinIO", long_description=readme, packages=find_packages(exclude=["tests*"]), From 5403d2475b96bdefcfdd8f209ff38ebb5be64374 Mon Sep 17 00:00:00 2001 From: FahadKhalid210 Date: Wed, 11 Oct 2023 10:23:22 +0500 Subject: [PATCH 2/3] update maintainer --- README.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 48320fb..d9c38e6 100644 --- a/README.rst +++ b/README.rst @@ -52,7 +52,7 @@ The MinIO web UI can be accessed at http://. The credentials for acc Troubleshooting --------------- -This Tutor plugin is maintained by Fahad Khalid from `Arbisoft.com `__. 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 Fahad Khalid 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 7539683..f52027c 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ license="AGPLv3", author="Overhang.IO", author_email="contact@overhang.io", - maintainer="Overhang.IO", + maintainer="Edly.IO", maintainer_email="fahad.khalid@arbisoft.com", description="A Tutor plugin for object storage in MinIO", long_description=readme, From 41b91c6eddcaa3cdac4df374719ec3ef156bd06d Mon Sep 17 00:00:00 2001 From: FahadKhalid210 Date: Wed, 11 Oct 2023 13:08:39 +0500 Subject: [PATCH 3/3] improved maintainer name --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f52027c..696a60c 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ license="AGPLv3", author="Overhang.IO", author_email="contact@overhang.io", - maintainer="Edly.IO", + maintainer="Edly", maintainer_email="fahad.khalid@arbisoft.com", description="A Tutor plugin for object storage in MinIO", long_description=readme,