python-packages.nix: unsubscribe myself from some Hydra mails
This commit is contained in:
parent
af98eb8de0
commit
0668d54827
@ -2039,7 +2039,6 @@ pythonPackages = modules // rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "automatically generated zsh completion function for Python's option parser modules";
|
description = "automatically generated zsh completion function for Python's option parser modules";
|
||||||
license = "BSD";
|
license = "BSD";
|
||||||
maintainers = [ stdenv.lib.maintainers.simons ];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -2590,7 +2589,7 @@ pythonPackages = modules // rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "python plotting library, making publication quality plots";
|
description = "python plotting library, making publication quality plots";
|
||||||
homepage = "http://matplotlib.sourceforge.net/";
|
homepage = "http://matplotlib.sourceforge.net/";
|
||||||
maintainers = with maintainers; [ lovek323 simons ];
|
maintainers = with maintainers; [ lovek323 ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
@ -3415,8 +3414,6 @@ pythonPackages = modules // rec {
|
|||||||
does it require C extensions to be compiled. It should work on
|
does it require C extensions to be compiled. It should work on
|
||||||
any platform that supports the standard Python pty module.
|
any platform that supports the standard Python pty module.
|
||||||
'';
|
'';
|
||||||
|
|
||||||
maintainers = [ stdenv.lib.maintainers.simons ];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user