summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-11-09 08:00:53 +0100
committerGitHub <noreply@github.com>2023-11-09 08:00:53 +0100
commit41215a3b9f69fb712fe70268599b7aa4ac038814 (patch)
tree006213bc99fc1d3e8d5e9c2836f4ce1abd85d140
parentc3589160ae99b3d02f332e8c1f9dca8a5ace34d7 (diff)
downloadnixpkgs-41215a3b9f69fb712fe70268599b7aa4ac038814.tar
nixpkgs-41215a3b9f69fb712fe70268599b7aa4ac038814.tar.gz
nixpkgs-41215a3b9f69fb712fe70268599b7aa4ac038814.tar.bz2
nixpkgs-41215a3b9f69fb712fe70268599b7aa4ac038814.tar.lz
nixpkgs-41215a3b9f69fb712fe70268599b7aa4ac038814.tar.xz
nixpkgs-41215a3b9f69fb712fe70268599b7aa4ac038814.tar.zst
nixpkgs-41215a3b9f69fb712fe70268599b7aa4ac038814.zip
python311Packages.google-cloud-securitycenter: update URL
-rw-r--r--pkgs/development/python-modules/google-cloud-securitycenter/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/google-cloud-securitycenter/default.nix b/pkgs/development/python-modules/google-cloud-securitycenter/default.nix
index 7458dad185c..e7c930e77f0 100644
--- a/pkgs/development/python-modules/google-cloud-securitycenter/default.nix
+++ b/pkgs/development/python-modules/google-cloud-securitycenter/default.nix
@@ -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; [ ];
   };