diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-09-22 23:23:30 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-09-22 23:23:30 +0000 |
commit | 32ae193334af7d672501b12dbbe5e528cd50fcee (patch) | |
tree | c554574dfb5c9ccfd06db12c41d29741493a0919 /graphics/py-h3 | |
parent | b352baf0b1ca56850ccf866fc1486bb82eb1dda8 (diff) |
Diffstat (limited to 'graphics/py-h3')
-rw-r--r-- | graphics/py-h3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/py-h3/Makefile b/graphics/py-h3/Makefile index 4ed067829c20..9b5dc335dea4 100644 --- a/graphics/py-h3/Makefile +++ b/graphics/py-h3/Makefile @@ -7,7 +7,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python binding of H3 library -WWW= https://github.com/uber/h3-py +WWW= https://uber.github.io/h3-py/ \ + https://github.com/uber/h3-py LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE |