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

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