From 10701f4e64ac8c00f7a4f0b9f19f353867d2aa3e Mon Sep 17 00:00:00 2001 From: Eemaan Amir <57627710+eemaanamir@users.noreply.github.com> Date: Fri, 19 Sep 2025 11:51:14 +0500 Subject: [PATCH] chore: update maintainer email (#70) --- README.rst | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 7e61835..d9c7ff5 100644 --- a/README.rst +++ b/README.rst @@ -262,7 +262,7 @@ Then apply changes with:: Troubleshooting --------------- -This Tutor plugin is maintained by Danyal Faheem 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 Eemaan Amir 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/pyproject.toml b/pyproject.toml index 3da2f31..9b0df71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [ {name = "Edly"}, {email = "hello@edly.io"}, ] maintainers = [ - {name = "Danyal Faheem"}, {email = "danyal.faheem@arbisoft.com"} + {name = "Eemaan Amir"}, {email = "eemaan.amir@arbisoft.com"} ] description = "Scalable, real-time analytics for Open edX" readme = {file = "README.rst", content-type = "text/x-rst"}