diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-20 14:03:24 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-20 19:25:00 -0400 |
commit | a6acac458e7ea516090a0c31b3c1f1bb02efbc8b (patch) | |
tree | f26a903dd32be9ebb02ff036095a99eb03b2d67b /net-irc/ircstats | |
parent | net-irc/dccserver: use HTTPS (diff) | |
download | gentoo-a6acac458e7ea516090a0c31b3c1f1bb02efbc8b.tar.gz gentoo-a6acac458e7ea516090a0c31b3c1f1bb02efbc8b.tar.bz2 gentoo-a6acac458e7ea516090a0c31b3c1f1bb02efbc8b.zip |
net-irc/ircstats: use HTTPS
Diffstat (limited to 'net-irc/ircstats')
-rw-r--r-- | net-irc/ircstats/ircstats-1.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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" |