python310Packages.dtschema: update license
This commit is contained in:
parent
3239d05698
commit
76f91af215
@ -29,8 +29,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Tooling for devicetree validation using YAML and jsonschema";
|
description = "Tooling for devicetree validation using YAML and jsonschema";
|
||||||
homepage = "https://github.com/devicetree-org/dt-schema/";
|
homepage = "https://github.com/devicetree-org/dt-schema/";
|
||||||
# all files have SPDX tags
|
license = with licenses; [ bsd2 /* or */ gpl2Only ];
|
||||||
license = with licenses; [ bsd2 gpl2 ];
|
|
||||||
maintainers = with maintainers; [ sorki ];
|
maintainers = with maintainers; [ sorki ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user