pythonPackages.matplotlib: add licenses

(cherry picked from commit 7672576a0d1127dd11308ae3b34898c092eda242)
This commit is contained in:
rnhmjoj 2021-05-26 08:23:44 +02:00
parent a6ac81209b
commit 6aa537a98d
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450

View File

@ -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 ];
};