commit: 71dafeb28b90f8e9595c27e88a8a16b509a3b5c3 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Thu Apr 18 16:41:26 2019 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Sat Apr 20 01:27:25 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71dafeb2
app-misc/ttyload: use HTTPS Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11728 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> app-misc/ttyload/ttyload-0.5.3.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-misc/ttyload/ttyload-0.5.3.ebuild b/app-misc/ttyload/ttyload-0.5.3.ebuild index 8f725f68538..09ffb3b7571 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"
