diff options
Diffstat (limited to 'www/py-google-cloud-compute/Makefile')
-rw-r--r-- | www/py-google-cloud-compute/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/py-google-cloud-compute/Makefile b/www/py-google-cloud-compute/Makefile index 86a367cb59fa..a9b28f18bb9c 100644 --- a/www/py-google-cloud-compute/Makefile +++ b/www/py-google-cloud-compute/Makefile @@ -7,7 +7,8 @@ DISTNAME= google_cloud_compute-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Google Cloud Compute API client library -WWW= https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-compute \ +WWW= https://cloud.google.com/python/docs/reference/compute/latest \ + https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-compute \ https://github.com/googleapis/google-cloud-python LICENSE= APACHE20 |