python310Packages.google-cloud-resource-manager: add changelog to meta

This commit is contained in:
Fabian Affolter
2022-12-28 18:23:00 +01:00
parent 2ae853805b
commit e31c72e355
@@ -47,6 +47,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Google Cloud Resource Manager API client library";
homepage = "https://github.com/googleapis/python-resource-manager";
changelog = "https://github.com/googleapis/python-resource-manager/blob/v${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ SuperSandro2000 ];
};