python-packages.nix: unsubscribe myself from some Hydra mails

+1 -4
+1 -4
pkgs/top-level/python-packages.nix
··· 2039 meta = { 2040 description = "automatically generated zsh completion function for Python's option parser modules"; 2041 license = "BSD"; 2042 - maintainers = [ stdenv.lib.maintainers.simons ]; 2043 }; 2044 }; 2045 ··· 2590 meta = with stdenv.lib; { 2591 description = "python plotting library, making publication quality plots"; 2592 homepage = "http://matplotlib.sourceforge.net/"; 2593 - maintainers = with maintainers; [ lovek323 simons ]; 2594 platforms = platforms.unix; 2595 }; 2596 }); ··· 3415 does it require C extensions to be compiled. It should work on 3416 any platform that supports the standard Python pty module. 3417 ''; 3418 - 3419 - maintainers = [ stdenv.lib.maintainers.simons ]; 3420 }; 3421 }; 3422
··· 2039 meta = { 2040 description = "automatically generated zsh completion function for Python's option parser modules"; 2041 license = "BSD"; 2042 }; 2043 }; 2044 ··· 2589 meta = with stdenv.lib; { 2590 description = "python plotting library, making publication quality plots"; 2591 homepage = "http://matplotlib.sourceforge.net/"; 2592 + maintainers = with maintainers; [ lovek323 ]; 2593 platforms = platforms.unix; 2594 }; 2595 }); ··· 3414 does it require C extensions to be compiled. It should work on 3415 any platform that supports the standard Python pty module. 3416 ''; 3417 }; 3418 }; 3419