diff options
author | wiz <wiz@pkgsrc.org> | 2017-08-01 14:58:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-08-01 14:58:51 +0000 |
commit | aac8ae3f9d5e5887930bc43a78a11dc5ca171869 (patch) | |
tree | 4731dc2aa469be23d28c59f0fa47c6c55b257d52 /chat/fisg | |
parent | 728e310226d4082766b2e551577ccf9dc9f502c3 (diff) | |
download | pkgsrc-aac8ae3f9d5e5887930bc43a78a11dc5ca171869.tar.gz |
Follow some http -> https redirects.
Diffstat (limited to 'chat/fisg')
-rw-r--r-- | chat/fisg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/fisg/Makefile b/chat/fisg/Makefile index 94c189a83dd..22e62efe0e1 100644 --- a/chat/fisg/Makefile +++ b/chat/fisg/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.10 2013/07/21 11:34:51 shattered Exp $ +# $NetBSD: Makefile,v 1.11 2017/08/01 14:58:53 wiz Exp $ DISTNAME= fisg-0.3.12 CATEGORIES= chat textproc MASTER_SITES= http://www.tnsp.org/files/ MAINTAINER= snj@NetBSD.org -HOMEPAGE= http://www.tnsp.org/fisg.php +HOMEPAGE= https://www.tnsp.org/fisg.php COMMENT= Fast IRC statistics generator WRKSRC= ${WRKDIR}/${DISTNAME}/src |