Commit ecd3d497 authored by Weijia Wang's avatar Weijia Wang
Browse files

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

parent 4cbfe34d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -40,8 +40,8 @@ buildPythonPackage rec {

  meta = with lib; {
    description = "Google Cloud Natural Language API client library";
    homepage = "https://github.com/googleapis/python-language";
    changelog = "https://github.com/googleapis/python-language/blob/v${version}/CHANGELOG.md";
    homepage = "https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-language";
    changelog = "https://github.com/googleapis/google-cloud-python/blob/google-cloud-language-v${version}/packages/google-cloud-language/CHANGELOG.md";
    license = licenses.asl20;
    maintainers = with maintainers; [ ];
  };