This is an automated email from the git hooks/post-receive script.
kevin pushed a commit to branch main
in repository fedora-kickstarts.
The following commit(s) were added to refs/heads/main by this push:
new 3112149 Remove @neuro-sig from notifications/maintainers
3112149 is described below
commit 3112149d65d2934b3de81ae407c3d47c8c4f4724
Author: Kevin Fenzi <kevin(a)scrye.com>
AuthorDate: Wed Feb 5 12:08:46 2025 -0800
Remove @neuro-sig from notifications/maintainers
The compose-tracker app doesn't handle groups, so it ends up notifying
@neuro (a user) instead. Drop this so they don't keep getting
notifications they don't care about.
Signed-off-by: Kevin Fenzi <kevin(a)scrye.com>
---
maintainers.toml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/maintainers.toml b/maintainers.toml
index 8a3339b..5073d4d 100644
--- a/maintainers.toml
+++ b/maintainers.toml
@@ -43,8 +43,8 @@ fas = [ "fab", "jsimon", "q5sys"]
maintainers = [ "Fabian Affolter", "Joerg Simon", "JT Pennington" ]
[labs.comp_neuro.x86_64]
-fas = [ "bt0dotninja", "dan1mal", "ankursinha", "neuro-sig" ]
-maintainers = [ "Alberto Rodriguez Sanchez", "Danny Lee", "Ankur Sinha", "NeuroFedora SIG" ]
+fas = [ "bt0dotninja", "dan1mal", "ankursinha" ]
+maintainers = [ "Alberto Rodriguez Sanchez", "Danny Lee", "Ankur Sinha" ]
[labs.design_suite.x86_64]
fas = [ "luya" ]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.