From: Michael Mair-Keimberger Date: Thu, 18 Apr 2019 16:41:26 +0000 (+0200) Subject: app-misc/ttyload: use HTTPS X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=71dafeb28b90f8e9595c27e88a8a16b509a3b5c3;p=gentoo.git app-misc/ttyload: use HTTPS Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/11728 Signed-off-by: Aaron Bauman --- diff --git a/app-misc/ttyload/ttyload-0.5.3.ebuild b/app-misc/ttyload/ttyload-0.5.3.ebuild index 8f725f68538d..09ffb3b75712 100644 --- a/app-misc/ttyload/ttyload-0.5.3.ebuild +++ b/app-misc/ttyload/ttyload-0.5.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit toolchain-funcs DESCRIPTION="color-coded graph of load averages over time" -HOMEPAGE="http://www.daveltd.com/src/util/ttyload https://github.com/lindes/ttyload" -SRC_URI="http://www.daveltd.com/src/util/${PN}/${P}.tar.bz2" +HOMEPAGE="https://www.daveltd.com/src/util/ttyload https://github.com/lindes/ttyload" +SRC_URI="https://www.daveltd.com/src/util/${PN}/${P}.tar.bz2" KEYWORDS="amd64 x86" LICENSE="ISC"