From 8d04f8ac02e91cc9cff741feb2194bd88eef8963 Mon Sep 17 00:00:00 2001 From: Abdul-Muqadim-Arbisoft Date: Thu, 16 Jan 2025 12:07:28 +0500 Subject: [PATCH] Change maintainer in readme.md and setup.py --- README.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 651555e..6bba9c0 100644 --- a/README.rst +++ b/README.rst @@ -66,7 +66,7 @@ Customising the application, such as the logo or the background image, is curren Troubleshooting --------------- -This Tutor plugin is maintained by Muhammad Ali 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. +This Tutor plugin is maintained by Abdul-Muqadim 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 b8e3478..95284cc 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ def load_about(): author="Edly", author_email="hello@edly.io", maintainer="Edly", - maintainer_email="muhammad.ali@arbisoft.com", + maintainer_email="abdul.muqadim@arbisoft.com", description="Android mobile app plugin for Tutor", long_description=load_readme(), long_description_content_type="text/x-rst",