python310Packages.dtschema: update license

This commit is contained in:
Fabian Affolter 2023-03-04 16:05:27 +01:00
parent 3239d05698
commit 76f91af215

View File

@ -29,8 +29,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Tooling for devicetree validation using YAML and jsonschema";
homepage = "https://github.com/devicetree-org/dt-schema/";
# all files have SPDX tags
license = with licenses; [ bsd2 gpl2 ];
license = with licenses; [ bsd2 /* or */ gpl2Only ];
maintainers = with maintainers; [ sorki ];
};
}