diff options
author | nia <nia@pkgsrc.org> | 2019-07-22 08:37:58 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-07-22 08:37:58 +0000 |
commit | dd4fc3a4564a36ba414ac3ffca5e9784bd5d1103 (patch) | |
tree | eb44c60ac7abefa7822df6512e15ef8aa5fa7f8d /x11/xterm | |
parent | 98be7944165c66dab76332eceae8600e41814225 (diff) | |
download | pkgsrc-dd4fc3a4564a36ba414ac3ffca5e9784bd5d1103.tar.gz |
Use https for invisible-island.net.
Diffstat (limited to 'x11/xterm')
-rw-r--r-- | x11/xterm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile index 1e829119279..5d56719fd4a 100644 --- a/x11/xterm/Makefile +++ b/x11/xterm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.119 2019/02/15 20:00:01 wiz Exp $ +# $NetBSD: Makefile,v 1.120 2019/07/22 08:37:58 nia Exp $ DISTNAME= xterm-344 CATEGORIES= x11 @@ -6,7 +6,7 @@ MASTER_SITES= ftp://ftp.invisible-island.net/xterm/ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://invisible-island.net/xterm/xterm.html +HOMEPAGE= https://invisible-island.net/xterm/xterm.html COMMENT= Latest terminal emulator for the X Window System LICENSE= x11 |