From 174440f5fafd463a4c97dc7791d951549c0bd5ab Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Fri, 3 Jul 2020 10:44:10 +0200 Subject: net-irc/scrollz: use HTTPS Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/16563 Signed-off-by: Aaron Bauman --- net-irc/scrollz/scrollz-2.3.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'net-irc') diff --git a/net-irc/scrollz/scrollz-2.3.ebuild b/net-irc/scrollz/scrollz-2.3.ebuild index 706cb974e6fd..b45a5957d957 100644 --- a/net-irc/scrollz/scrollz-2.3.ebuild +++ b/net-irc/scrollz/scrollz-2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,8 +7,8 @@ inherit toolchain-funcs MY_P="ScrollZ-${PV}" DESCRIPTION="Advanced IRC client based on ircII" -HOMEPAGE="http://www.scrollz.info/" -SRC_URI="http://www.scrollz.info/download/${MY_P}.tar.gz" +HOMEPAGE="https://www.scrollz.info/" +SRC_URI="https://www.scrollz.info/download/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -- cgit v1.2.3-65-gdbad