From a6acac458e7ea516090a0c31b3c1f1bb02efbc8b Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sun, 20 May 2018 14:03:24 +0200 Subject: net-irc/ircstats: use HTTPS --- net-irc/ircstats/ircstats-1.1-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'net-irc/ircstats') diff --git a/net-irc/ircstats/ircstats-1.1-r1.ebuild b/net-irc/ircstats/ircstats-1.1-r1.ebuild index bd1c79b01baf..d88b40d78f0b 100644 --- a/net-irc/ircstats/ircstats-1.1-r1.ebuild +++ b/net-irc/ircstats/ircstats-1.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,8 +8,8 @@ inherit eutils toolchain-funcs MY_P="IRCStats-${PV}" DESCRIPTION="IRCStats tries to be a log analyzer for Linux similar to mIRCStats" -HOMEPAGE="http://humdi.net/ircstats/" -SRC_URI="http://humdi.net/ircstats/${MY_P}.tgz" +HOMEPAGE="https://humdi.net/ircstats/" +SRC_URI="https://humdi.net/ircstats/${MY_P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -- cgit v1.2.3-65-gdbad