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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue