about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDan Peebles <pumpkin@me.com>2017-02-08 14:46:05 -0500
committerDan Peebles <pumpkin@me.com>2017-02-08 14:46:05 -0500
commit825ef235baee02caf22690697a53f33fbe20b40c (patch)
treec9f312af7f1bfa7787e560c33489d6f96f3738a0
parent84542bb6f43a4246db05e30e28e28272dec8c3d2 (diff)
downloadnixlib-825ef235baee02caf22690697a53f33fbe20b40c.tar
nixlib-825ef235baee02caf22690697a53f33fbe20b40c.tar.gz
nixlib-825ef235baee02caf22690697a53f33fbe20b40c.tar.bz2
nixlib-825ef235baee02caf22690697a53f33fbe20b40c.tar.lz
nixlib-825ef235baee02caf22690697a53f33fbe20b40c.tar.xz
nixlib-825ef235baee02caf22690697a53f33fbe20b40c.tar.zst
nixlib-825ef235baee02caf22690697a53f33fbe20b40c.zip
pythonPackages.pants: fix typo in license
-rw-r--r--pkgs/top-level/python-packages.nix2
1 files changed, 1 insertions, 1 deletions
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 ];
     };
   };