From 0668d54827f5b10541e018425f906937f035c8b5 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 30 Jul 2013 11:39:51 +0200 Subject: [PATCH] python-packages.nix: unsubscribe myself from some Hydra mails --- pkgs/top-level/python-packages.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 0162bae4fa2..bd2d5cca922 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -2039,7 +2039,6 @@ pythonPackages = modules // rec { meta = { description = "automatically generated zsh completion function for Python's option parser modules"; license = "BSD"; - maintainers = [ stdenv.lib.maintainers.simons ]; }; }; @@ -2590,7 +2589,7 @@ pythonPackages = modules // rec { meta = with stdenv.lib; { description = "python plotting library, making publication quality plots"; homepage = "http://matplotlib.sourceforge.net/"; - maintainers = with maintainers; [ lovek323 simons ]; + maintainers = with maintainers; [ lovek323 ]; platforms = platforms.unix; }; }); @@ -3415,8 +3414,6 @@ pythonPackages = modules // rec { does it require C extensions to be compiled. It should work on any platform that supports the standard Python pty module. ''; - - maintainers = [ stdenv.lib.maintainers.simons ]; }; };