about summary refs log tree commit diff
path: root/pkgs/development/python-modules/matplotlib
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2021-05-26 08:23:44 +0200
committerrnhmjoj <rnhmjoj@inventati.org>2021-05-26 08:23:44 +0200
commit7672576a0d1127dd11308ae3b34898c092eda242 (patch)
treec68659421115a2f28abc5618b406b057a11255e8 /pkgs/development/python-modules/matplotlib
parent3a3e1134a843972c843e6c6d06a83940ce57a96e (diff)
pythonPackages.matplotlib: add licenses
Diffstat (limited to 'pkgs/development/python-modules/matplotlib')
-rw-r--r--pkgs/development/python-modules/matplotlib/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/matplotlib/default.nix b/pkgs/development/python-modules/matplotlib/default.nix
index 4fc9e0c2208db..12ef896117abb 100644
--- a/pkgs/development/python-modules/matplotlib/default.nix
+++ b/pkgs/development/python-modules/matplotlib/default.nix
@@ -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 ];
   };