about summary refs log tree commit diff
path: root/pkgs/development/python-modules/django-mailman3
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2021-10-14 10:59:33 +0200
committerPeter Simons <simons@cryp.to>2021-10-14 11:01:27 +0200
commit476635afe170dcfe49f3de533c4b05bb6fb094a8 (patch)
tree567e903c78631428536d0ddc3b3b861c20799133 /pkgs/development/python-modules/django-mailman3
parentb8ffa68b3582f412c580765392f2ec5a8d2eb1f5 (diff)
Drop myself from meta.maintainers for most packages.
I'd like to reduce the number of Github notifications and
review requests I receive.
Diffstat (limited to 'pkgs/development/python-modules/django-mailman3')
-rw-r--r--pkgs/development/python-modules/django-mailman3/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/django-mailman3/default.nix b/pkgs/development/python-modules/django-mailman3/default.nix
index 4f4304fd1d6cc..00eea271b4934 100644
--- a/pkgs/development/python-modules/django-mailman3/default.nix
+++ b/pkgs/development/python-modules/django-mailman3/default.nix
@@ -27,6 +27,6 @@ buildPythonPackage rec {
     description = "Django library for Mailman UIs";
     homepage = "https://gitlab.com/mailman/django-mailman3";
     license = licenses.gpl3Plus;
-    maintainers = with maintainers; [ globin peti qyliss ];
+    maintainers = with maintainers; [ globin qyliss ];
   };
 }