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
@@ -24,6 +24,6 @@ buildPythonPackage rec {
description = "Bugzilla XMLRPC access module";
license = licenses.gpl2;
platforms = platforms.all;
maintainers = with maintainers; [ pierron peti ];
maintainers = with maintainers; [ pierron ];
};
}