From c19accfecf8b7f29e28ff462278e921a2954ad02 Mon Sep 17 00:00:00 2001 From: David Supplee Date: Mon, 30 Mar 2020 16:30:08 -0700 Subject: [PATCH] chore: correct github url (#23) /cc @busunkim96 --- packages/google-cloud-billing-budgets/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/google-cloud-billing-budgets/setup.py b/packages/google-cloud-billing-budgets/setup.py index 5fb9c8232748..7361d400d5f2 100644 --- a/packages/google-cloud-billing-budgets/setup.py +++ b/packages/google-cloud-billing-budgets/setup.py @@ -53,7 +53,7 @@ author="Google LLC", author_email="googleapis-packages@google.com", license="Apache 2.0", - url="https://github.com/googleapis/python-bilingbudgets", + url="https://github.com/googleapis/python-billingbudgets", classifiers=[ release_status, "Intended Audience :: Developers",