diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-07-03 10:44:10 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-07-03 19:21:37 -0400 |
commit | 174440f5fafd463a4c97dc7791d951549c0bd5ab (patch) | |
tree | 1b20f3f4d5614ebedca9db4fa0dd57782b3f8706 /net-irc/scrollz | |
parent | media-sound/guayadeque: use HTTPS, fix LICENSE (diff) | |
download | gentoo-174440f5fafd463a4c97dc7791d951549c0bd5ab.tar.gz gentoo-174440f5fafd463a4c97dc7791d951549c0bd5ab.tar.bz2 gentoo-174440f5fafd463a4c97dc7791d951549c0bd5ab.zip |
net-irc/scrollz: use HTTPS
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16563
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'net-irc/scrollz')
-rw-r--r-- | net-irc/scrollz/scrollz-2.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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" |