about summary refs log tree commit diff
path: root/pkgs/development/python-modules/arrow
diff options
context:
space:
mode:
authorDrew <drewrisinger@users.noreply.github.com>2020-04-22 16:40:23 -0400
committerGitHub <noreply@github.com>2020-04-22 16:40:23 -0400
commitaf3e5fc48a266c8d765e101e2ee9d8aed93bfb3e (patch)
treef3e772ef5660fb9361457fdf303174433a946950 /pkgs/development/python-modules/arrow
parentccb580fa4d7791b4074fe077a665497366bbd85e (diff)
pythonPackages.arrow: fix license (#85803)
Diffstat (limited to 'pkgs/development/python-modules/arrow')
-rw-r--r--pkgs/development/python-modules/arrow/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/arrow/default.nix b/pkgs/development/python-modules/arrow/default.nix
index 04295dce261f7..141ce20fdcbce 100644
--- a/pkgs/development/python-modules/arrow/default.nix
+++ b/pkgs/development/python-modules/arrow/default.nix
@@ -25,7 +25,7 @@ buildPythonPackage rec {
 
   meta = with stdenv.lib; {
     description = "Python library for date manipulation";
-    license     = "apache";
+    license = licenses.asl20;
     maintainers = with maintainers; [ thoughtpolice ];
   };
 }