summary refs log tree commit diff
path: root/pkgs/development/python-modules/bugzilla/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/bugzilla/default.nix')
-rw-r--r--pkgs/development/python-modules/bugzilla/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/bugzilla/default.nix b/pkgs/development/python-modules/bugzilla/default.nix
index 365f3654298..03a1610ac7e 100644
--- a/pkgs/development/python-modules/bugzilla/default.nix
+++ b/pkgs/development/python-modules/bugzilla/default.nix
@@ -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 ];
   };
 }