From e5cbf0bf89316cce0e08a51a0d1e624b529d902c Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Sun, 16 Mar 2025 22:43:45 +0100 Subject: [PATCH] python312Packages.google-cloud-translate: update homepage and changelog --- .../python-modules/google-cloud-translate/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/google-cloud-translate/default.nix b/pkgs/development/python-modules/google-cloud-translate/default.nix index 30f4d9755c5b..4e0228952e52 100644 --- a/pkgs/development/python-modules/google-cloud-translate/default.nix +++ b/pkgs/development/python-modules/google-cloud-translate/default.nix @@ -64,8 +64,8 @@ buildPythonPackage rec { meta = with lib; { description = "Google Cloud Translation API client library"; - homepage = "https://github.com/googleapis/python-translate"; - changelog = "https://github.com/googleapis/python-translate/blob/v${version}/CHANGELOG.md"; + homepage = "https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-translate"; + changelog = "https://github.com/googleapis/google-cloud-python/blob/google-cloud-translate-v${version}/packages/google-cloud-translate/CHANGELOG.md"; license = licenses.asl20; maintainers = [ ]; };