Drop myself from meta.maintainers for most packages.

I'd like to reduce the number of Github notifications and
review requests I receive.
This commit is contained in:
Peter Simons
2021-10-14 10:59:33 +02:00
parent b8ffa68b35
commit 476635afe1
60 changed files with 31 additions and 61 deletions
@@ -21,6 +21,6 @@ buildPythonPackage rec {
description = "Mailman archiver plugin for HyperKitty";
homepage = "https://gitlab.com/mailman/mailman-hyperkitty";
license = licenses.gpl3;
maintainers = with maintainers; [ globin peti qyliss ];
maintainers = with maintainers; [ globin qyliss ];
};
}