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

This commit is contained in:
Fabian Affolter
2022-12-28 18:22:59 +01:00
parent aa09980d95
commit 058c66f129
@@ -45,6 +45,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Secret Manager API API client library";
homepage = "https://github.com/googleapis/python-secret-manager";
changelog = "https://github.com/googleapis/python-secret-manager/blob/v${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ siriobalmelli SuperSandro2000 ];
};