python312Packages.google-cloud-translate: update homepage and changelog

This commit is contained in:
Weijia Wang
2025-03-16 22:43:45 +01:00
parent a6a094abe4
commit e5cbf0bf89
@@ -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 = [ ];
};