diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-07-03 04:36:36 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-07-03 04:36:36 +0000 |
commit | 439c38fd29ab45bcb12750494b1326d77840e7dc (patch) | |
tree | 9c2f00cc5fc6dab2f96812352707495699aee8ec | |
parent | 89deb520dc1cc9e6a833ec38c41e21ce2ac0b469 (diff) |
devel/py-hatch-jupyter-builder: Update WWW
-rw-r--r-- | devel/py-hatch-jupyter-builder/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-hatch-jupyter-builder/Makefile b/devel/py-hatch-jupyter-builder/Makefile index e989b4af6fc6..6b818398750f 100644 --- a/devel/py-hatch-jupyter-builder/Makefile +++ b/devel/py-hatch-jupyter-builder/Makefile @@ -7,7 +7,8 @@ DISTNAME= hatch_jupyter_builder-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Hatch plugin to help build Jupyter packages -WWW= https://github.com/jupyterlab/hatch-jupyter-builder +WWW= https://hatch-jupyter-builder.readthedocs.io/en/latest/ \ + https://github.com/jupyterlab/hatch-jupyter-builder LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt |