Commit 5f294be3 authored by Sarah Clark's avatar Sarah Clark
Browse files

python3Packages.googleapi-common-protos: fix homepage and changelog

parent e59c6a76
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -53,8 +53,8 @@ buildPythonPackage rec {

  meta = {
    description = "Common protobufs used in Google APIs";
    homepage = "https://github.com/googleapis/python-api-common-protos";
    changelog = "https://github.com/googleapis/python-api-common-protos/releases/tag/${src.tag}";
    homepage = "https://github.com/googleapis/google-cloud-python/tree/main/packages/googleapis-common-protos";
    changelog = "https://github.com/googleapis/google-cloud-python/releases/tag/${src.tag}";
    license = lib.licenses.asl20;
    maintainers = [ lib.maintainers.sarahec ];
  };