diff options
author | nia <nia@pkgsrc.org> | 2019-06-22 11:37:13 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-06-22 11:37:13 +0000 |
commit | 2539144ee6fbc46bb35401b203a32b7d289225eb (patch) | |
tree | 293fe93926e7b5c95a7329ef44cdcab5d1a8e2b0 /www/lynx | |
parent | 1cd99195c6178885a42f08458c9921e6ca5f4fe0 (diff) | |
download | pkgsrc-2539144ee6fbc46bb35401b203a32b7d289225eb.tar.gz |
Use https for all invisible-island.net HOMEPAGEs.
Diffstat (limited to 'www/lynx')
-rw-r--r-- | www/lynx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile index 6f75eddb06f..91dfb8b4a26 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.132 2018/11/14 16:09:03 nia Exp $ +# $NetBSD: Makefile,v 1.133 2019/06/22 11:37:13 nia Exp $ DISTNAME= lynx2.8.9rel.1 PKGNAME= ${DISTNAME:S/lynx/lynx-/:S/rel//} @@ -8,7 +8,7 @@ MASTER_SITES+= ftp://ftp.cyf-kr.edu.pl/pub/unix/lynx/${SUBDIR:Q}/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://lynx.invisible-island.net/ +HOMEPAGE= https://lynx.invisible-island.net/ COMMENT= Alphanumeric display oriented World-Wide Web Client LICENSE= gnu-gpl-v2 |