3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.google-cloud-secret-manager: update homepage and changelog

This commit is contained in:
Weijia Wang 2024-01-23 00:52:55 +01:00
parent 9113d55c9e
commit 4cb8e95da6

View file

@ -42,8 +42,8 @@ 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";
homepage = "https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-secret-manager";
changelog = "https://github.com/googleapis/google-cloud-python/blob/google-cloud-secret-manager-v${version}/packages/google-cloud-secret-manager/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ siriobalmelli ];
};