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 11:01:27 +02:00
parent b8ffa68b35
commit 476635afe1
60 changed files with 31 additions and 61 deletions
@@ -17,6 +17,6 @@ buildPythonPackage rec {
description = "REST client for driving Mailman 3";
license = licenses.lgpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ peti globin qyliss ];
maintainers = with maintainers; [ globin qyliss ];
};
}