git: d6e5e55c866e - main - math/py-hdbscan: Update WWW

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 09 Mar 2024 14:13:41 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d6e5e55c866eb47f9a2f0adeacd5848e3bd30914

commit d6e5e55c866eb47f9a2f0adeacd5848e3bd30914
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-09 13:48:52 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-09 14:06:10 +0000

    math/py-hdbscan: Update WWW
---
 math/py-hdbscan/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/math/py-hdbscan/Makefile b/math/py-hdbscan/Makefile
index 68bc9c342459..3100bdf287ce 100644
--- a/math/py-hdbscan/Makefile
+++ b/math/py-hdbscan/Makefile
@@ -6,7 +6,8 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Clustering based on density with variable density clusters
-WWW=		https://github.com/scikit-learn-contrib/hdbscan
+WWW=		https://hdbscan.readthedocs.io/en/latest/ \
+		https://github.com/scikit-learn-contrib/hdbscan
 
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE