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 = {
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 ];
};
};