python310Packages.dtschema: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-03-04 16:06:39 +01:00
parent 7f7b178284
commit b1c19e1bf5

View file

@ -32,6 +32,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Tooling for devicetree validation using YAML and jsonschema";
homepage = "https://github.com/devicetree-org/dt-schema/";
changelog = "https://github.com/devicetree-org/dt-schema/releases/tag/v${version}";
license = with licenses; [ bsd2 /* or */ gpl2Only ];
maintainers = with maintainers; [ sorki ];
};