pythonPackages.matplotlib: add licenses
(cherry picked from commit 7672576a0d1127dd11308ae3b34898c092eda242)
This commit is contained in:
parent
a6ac81209b
commit
6aa537a98d
@ -83,6 +83,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python plotting library, making publication quality plots";
|
description = "Python plotting library, making publication quality plots";
|
||||||
homepage = "https://matplotlib.org/";
|
homepage = "https://matplotlib.org/";
|
||||||
|
license = with licenses; [ psfl bsd0 ];
|
||||||
maintainers = with maintainers; [ lovek323 veprbl ];
|
maintainers = with maintainers; [ lovek323 veprbl ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user