check-jsonschema: correct license metadata

https://github.com/python-jsonschema/check-jsonschema/blob/0.21.0/LICENSE

+1 -1
+1 -1
pkgs/development/tools/check-jsonschema/default.nix
··· 48 48 description = "A jsonschema CLI and pre-commit hook"; 49 49 homepage = "https://github.com/python-jsonschema/check-jsonschema"; 50 50 changelog = "https://github.com/python-jsonschema/check-jsonschema/blob/${version}/CHANGELOG.rst"; 51 - license = licenses.apsl20; 51 + license = licenses.asl20; 52 52 maintainers = with maintainers; [ sudosubin ]; 53 53 }; 54 54 }