lol

python310Packages.google-cloud-language: fix homepage and changelog

+2 -2
+2 -2
pkgs/development/python-modules/google-cloud-language/default.nix
··· 40 41 meta = with lib; { 42 description = "Google Cloud Natural Language API client library"; 43 - homepage = "https://github.com/googleapis/python-language"; 44 - changelog = "https://github.com/googleapis/python-language/blob/v${version}/CHANGELOG.md"; 45 license = licenses.asl20; 46 maintainers = with maintainers; [ ]; 47 };
··· 40 41 meta = with lib; { 42 description = "Google Cloud Natural Language API client library"; 43 + homepage = "https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-language"; 44 + changelog = "https://github.com/googleapis/google-cloud-python/blob/google-cloud-language-v${version}/packages/google-cloud-language/CHANGELOG.md"; 45 license = licenses.asl20; 46 maintainers = with maintainers; [ ]; 47 };