Unverified Commit 0f4af120 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.glean-parser: add changelog to meta

parent 77d8022d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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; [];
  };