pythonPackages.pants: fix typo in license

This commit is contained in:
Dan Peebles 2017-02-08 14:46:05 -05:00
parent 84542bb6f4
commit 825ef235ba

View File

@ -8536,7 +8536,7 @@ in {
meta = { meta = {
description = "A build system for software projects in a variety of languages"; description = "A build system for software projects in a variety of languages";
homepage = "http://www.pantsbuild.org/"; homepage = "http://www.pantsbuild.org/";
license = licenses.asl2; license = licenses.asl20;
maintainers = with maintainers; [ copumpkin ]; maintainers = with maintainers; [ copumpkin ];
}; };
}; };