Skip to content

Commit a7d64b2

Browse files
chore: update maintainer information (#70)
Changed maintainer details in README.md and pyproject.toml for the Tutor Forum plugin: https://github.com/overhangio/tutor-forum The previous maintainer, Ghassan, is stepping down. Abdul Muqadim(Edly) will now take over the responsibility for maintenance, addressing issues and queries, and managing future upgrades
1 parent 3a1dcbd commit a7d64b2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ To debug the forum application, you are encouraged to mount the ``forum`` reposi
9797
Troubleshooting
9898
---------------
9999

100-
This Tutor plugin is maintained by Ghassan Maslamani (ghassan.maslamani@gmail.com).
100+
This Tutor plugin is maintained by Abdul-Muqadim (abdul.muqadim@arbisoft.com).
101101
Community support is available from the official `Open edX forum <https://discuss.openedx.org>`__.
102102
Do you need help with this plugin? See the `troubleshooting <https://docs.tutor.edly.io/troubleshooting.html>`__ section
103103
from the Tutor documentation.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ authors = [
99
{ email = "hello@edly.io" }
1010
]
1111
maintainers = [
12-
{ name = "ghassan.blog" },
13-
{ email = "ghassan.maslamani@gmail.com" }
12+
{ name = "Abdul-Muqadim" },
13+
{ email = "abdul.muqadim@arbisoft.com" }
1414
]
1515
description = "forum plugin for Tutor"
1616
readme = { file = "README.rst", content-type = "text/x-rst" }

0 commit comments

Comments
 (0)