From af3e5fc48a266c8d765e101e2ee9d8aed93bfb3e Mon Sep 17 00:00:00 2001 From: Drew Date: Wed, 22 Apr 2020 16:40:23 -0400 Subject: [PATCH] pythonPackages.arrow: fix license (#85803) --- pkgs/development/python-modules/arrow/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/arrow/default.nix b/pkgs/development/python-modules/arrow/default.nix index 04295dce261..141ce20fdcb 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 ]; }; }