mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-31 09:08:08 -07:00
app-misc/ttyload: use HTTPS
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>
This commit is contained in:
committed by
Aaron Bauman
parent
6d9c2b4589
commit
71dafeb28b
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user