python310Packages.glean-parser: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-03-15 09:36:29 +01:00
committed by GitHub
parent 77d8022ded
commit 0f4af120ff
@@ -68,6 +68,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Tools for parsing the metadata for Mozilla's glean telemetry SDK";
homepage = "https://github.com/mozilla/glean_parser";
changelog = "https://github.com/mozilla/glean_parser/blob/v${version}/CHANGELOG.md";
license = licenses.mpl20;
maintainers = with maintainers; [];
};