summary refs log tree commit diff
path: root/pkgs/development/python-modules/Pygments/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/Pygments/default.nix')
-rw-r--r--pkgs/development/python-modules/Pygments/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/Pygments/default.nix b/pkgs/development/python-modules/Pygments/default.nix
index 11a6fc96eb2..8ab846986f0 100644
--- a/pkgs/development/python-modules/Pygments/default.nix
+++ b/pkgs/development/python-modules/Pygments/default.nix
@@ -23,6 +23,6 @@ buildPythonPackage rec {
     homepage = http://pygments.org/;
     description = "A generic syntax highlighter";
     license = lib.licenses.bsd2;
-    maintainers = with lib.maintainers; [ nckx garbas ];
+    maintainers = with lib.maintainers; [ garbas ];
   };
 }
\ No newline at end of file