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