python310Packages.google-cloud-org-policy: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-28 16:52:03 +01:00
parent 72a9d062f0
commit bdf27d0ec3

View file

@ -21,6 +21,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Protobufs for Google Cloud Organization Policy.";
homepage = "https://github.com/googleapis/python-org-policy";
changelog = "https://github.com/googleapis/python-org-policy/blob/v${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ austinbutler SuperSandro2000 ];
};