python311Packages.google-cloud-securitycenter: update URL

This commit is contained in:
Fabian Affolter 2023-11-09 08:00:53 +01:00 committed by GitHub
parent c3589160ae
commit 41215a3b9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,8 +43,8 @@ buildPythonPackage rec {
meta = with lib; {
description = "Cloud Security Command Center API API client library";
homepage = "https://github.com/googleapis/python-securitycenter";
changelog = "https://github.com/googleapis/python-securitycenter/blob/v${version}/CHANGELOG.md";
homepage = "https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-securitycenter";
changelog = "https://github.com/googleapis/google-cloud-python/blob/google-cloud-securitycenter-v${version}/packages/google-cloud-securitycenter/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ ];
};