check-jsonschema: correct license metadata

https://github.com/python-jsonschema/check-jsonschema/blob/0.21.0/LICENSE
This commit is contained in:
iliana etaoin 2023-06-28 03:22:50 +00:00
parent 4e53e0c4a6
commit 2632659691

View File

@ -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 ];
};
}