pythonPackages.pants: fix typo in license
This commit is contained in:
parent
84542bb6f4
commit
825ef235ba
@ -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 ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user