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 = [ ]; };