pythonPackages.matplotlib: add licenses

This commit is contained in:
rnhmjoj
2021-05-26 08:23:44 +02:00
parent 3a3e1134a8
commit 7672576a0d
@@ -83,6 +83,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python plotting library, making publication quality plots";
homepage = "https://matplotlib.org/";
license = with licenses; [ psfl bsd0 ];
maintainers = with maintainers; [ lovek323 veprbl ];
};