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/bitlbee | |
parent | 728e310226d4082766b2e551577ccf9dc9f502c3 (diff) | |
download | pkgsrc-aac8ae3f9d5e5887930bc43a78a11dc5ca171869.tar.gz |
Follow some http -> https redirects.
Diffstat (limited to 'chat/bitlbee')
-rw-r--r-- | chat/bitlbee/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/bitlbee/Makefile b/chat/bitlbee/Makefile index dd1d684c8df..2156ebc90c4 100644 --- a/chat/bitlbee/Makefile +++ b/chat/bitlbee/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.72 2017/05/14 11:39:32 leot Exp $ +# $NetBSD: Makefile,v 1.73 2017/08/01 14:58:53 wiz Exp $ DISTNAME= bitlbee-3.5.1 CATEGORIES= chat MASTER_SITES= http://get.bitlbee.org/src/ MAINTAINER= tonio@NetBSD.org -HOMEPAGE= http://www.bitlbee.org/ +HOMEPAGE= https://www.bitlbee.org/ COMMENT= IRC to other chat networks gateway LICENSE= gnu-gpl-v2 |