From 3112149d65d2934b3de81ae407c3d47c8c4f4724 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 5 Feb 2025 12:08:46 -0800 Subject: [PATCH] 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 --- 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" ]