app-misc/ttyload: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Thu, 18 Apr 2019 16:41:26 +0000 (18:41 +0200)
committerAaron Bauman <bman@gentoo.org>
Sat, 20 Apr 2019 01:27:25 +0000 (21:27 -0400)
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11728
Signed-off-by: Aaron Bauman <bman@gentoo.org>
app-misc/ttyload/ttyload-0.5.3.ebuild

index 8f725f68538d2ab6ee87924622dacd8077c262f5..09ffb3b75712f852e2d280058b1de1d1cf092f08 100644 (file)
@@ -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"