mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
check-jsonschema: correct license metadata
https://github.com/python-jsonschema/check-jsonschema/blob/0.21.0/LICENSE
This commit is contained in:
parent
4e53e0c4a6
commit
2632659691
@ -48,7 +48,7 @@ buildPythonApplication rec {
|
||||
description = "A jsonschema CLI and pre-commit hook";
|
||||
homepage = "https://github.com/python-jsonschema/check-jsonschema";
|
||||
changelog = "https://github.com/python-jsonschema/check-jsonschema/blob/${version}/CHANGELOG.rst";
|
||||
license = licenses.apsl20;
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ sudosubin ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user