python310Packages.dtschema: update license
This commit is contained in:
parent
3239d05698
commit
76f91af215
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user