diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-20 14:05:02 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-20 19:25:02 -0400 |
commit | 964c1322bf9ecbbfc326b437d0699cb38640f95b (patch) | |
tree | 456eda38d83c2767e1cb2f331cabaeaa3a8fbcf9 /net-irc/xaric | |
parent | net-libs/gloox: use HTTPS (diff) | |
download | gentoo-964c1322bf9ecbbfc326b437d0699cb38640f95b.tar.gz gentoo-964c1322bf9ecbbfc326b437d0699cb38640f95b.tar.bz2 gentoo-964c1322bf9ecbbfc326b437d0699cb38640f95b.zip |
net-irc/xaric: use HTTPS
Diffstat (limited to 'net-irc/xaric')
-rw-r--r-- | net-irc/xaric/xaric-0.13.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-irc/xaric/xaric-0.13.6.ebuild b/net-irc/xaric/xaric-0.13.6.ebuild index 07620a7f34e0..447c6e62ae29 100644 --- a/net-irc/xaric/xaric-0.13.6.ebuild +++ b/net-irc/xaric/xaric-0.13.6.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit autotools eutils DESCRIPTION="An IRC client similar to ircII, BitchX, or ircII EPIC" -HOMEPAGE="http://xaric.org/" -SRC_URI="http://xaric.org/software/${PN}/releases/${P}.tar.gz" +HOMEPAGE="https://xaric.org/" +SRC_URI="https://xaric.org/software/${PN}/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |