From 825ef235baee02caf22690697a53f33fbe20b40c Mon Sep 17 00:00:00 2001 From: Dan Peebles Date: Wed, 8 Feb 2017 14:46:05 -0500 Subject: [PATCH] pythonPackages.pants: fix typo in license --- pkgs/top-level/python-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 179946f9e8f9..8889de75acd0 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -8536,7 +8536,7 @@ in { meta = { description = "A build system for software projects in a variety of languages"; homepage = "http://www.pantsbuild.org/"; - license = licenses.asl2; + license = licenses.asl20; maintainers = with maintainers; [ copumpkin ]; }; };