diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-08-26 23:16:48 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-08-26 23:19:05 +0000 |
commit | 2de6386ca1019d091608f1a30d74a20ebe21ed31 (patch) | |
tree | f07734b2f14859591f66dc6dd3cd7d9aab8ad04c | |
parent | 942354d6ad5dccc10a74ad5114b639fe508b7243 (diff) |
devel/py-packaging: Update WWW
-rw-r--r-- | devel/py-packaging/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-packaging/Makefile b/devel/py-packaging/Makefile index efdd7d3d7923..3a1ebeecc6c5 100644 --- a/devel/py-packaging/Makefile +++ b/devel/py-packaging/Makefile @@ -6,7 +6,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Core utilities for Python packages -WWW= https://github.com/pypa/packaging +WWW= https://packaging.pypa.io/en/stable/ \ + https://github.com/pypa/packaging LICENSE= APACHE20 BSD2CLAUSE LICENSE_COMB= dual |