mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
app-admin/logmon: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
committed by
Conrad Kostecki
parent
45823a6cc7
commit
bb5b07a052
@@ -7,8 +7,8 @@ inherit autotools flag-o-matic
|
||||
|
||||
MY_P="LogMon-${PV}"
|
||||
DESCRIPTION="Split-screen terminal/ncurses based log viewer"
|
||||
HOMEPAGE="http://www.edespot.com/logmon/"
|
||||
SRC_URI="http://www.edespot.com/logmon/files/${MY_P}.tar.bz2 -> ${P}.r1.tar.bz2"
|
||||
HOMEPAGE="https://www.edespot.com/logmon/"
|
||||
SRC_URI="https://www.edespot.com/logmon/files/${MY_P}.tar.bz2 -> ${P}.r1.tar.bz2"
|
||||
S="${WORKDIR}/${PV}/${MY_P}"
|
||||
|
||||
LICENSE="Artistic"
|
||||
|
||||
@@ -7,8 +7,8 @@ inherit autotools flag-o-matic
|
||||
|
||||
MY_P="LogMon-${PV}"
|
||||
DESCRIPTION="Split-screen terminal/ncurses based log viewer"
|
||||
HOMEPAGE="http://www.edespot.com/logmon/"
|
||||
SRC_URI="http://www.edespot.com/logmon/files/${MY_P}.tar.bz2"
|
||||
HOMEPAGE="https://www.edespot.com/logmon/"
|
||||
SRC_URI="https://www.edespot.com/logmon/files/${MY_P}.tar.bz2"
|
||||
S="${WORKDIR}/${PV}/${MY_P}"
|
||||
|
||||
LICENSE="Artistic"
|
||||
|
||||
Reference in New Issue
Block a user