From 2632659691b00e66d383ed502a29f269d15db4b5 Mon Sep 17 00:00:00 2001 From: iliana etaoin Date: Wed, 28 Jun 2023 03:22:50 +0000 Subject: [PATCH] check-jsonschema: correct license metadata https://github.com/python-jsonschema/check-jsonschema/blob/0.21.0/LICENSE --- pkgs/development/tools/check-jsonschema/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/check-jsonschema/default.nix b/pkgs/development/tools/check-jsonschema/default.nix index 7c55194bc857..868889648486 100644 --- a/pkgs/development/tools/check-jsonschema/default.nix +++ b/pkgs/development/tools/check-jsonschema/default.nix @@ -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 ]; }; }