Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Oct 2024 09:02:42 GMT
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 248da52a11dd - main - textproc/man2html: adjust WWW to new domain
Message-ID:  <202410300902.49U92gH9013569@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fuz:

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

commit 248da52a11dd3376a5259bfc9abe52e3d0846a41
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2024-10-28 16:10:41 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2024-10-30 09:00:36 +0000

    textproc/man2html: adjust WWW to new domain
    
    Tedickey's old domain seems to be down.  Point to his new one.
---
 textproc/man2html/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/textproc/man2html/Makefile b/textproc/man2html/Makefile
index d045af83b35e..b50bd1339d75 100644
--- a/textproc/man2html/Makefile
+++ b/textproc/man2html/Makefile
@@ -6,7 +6,7 @@ DISTNAME=	man2html-${DISTVERSION:E}
 
 MAINTAINER=	fuz@FreeBSD.org
 COMMENT=	Convert nroff(1) man pages to HTML
-WWW=		https://dickey.his.com/scripts/man2html.html
+WWW=		https://invisible-island.net/scripts/man2html.html
 
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410300902.49U92gH9013569>