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:
Michael Mair-Keimberger
2024-11-17 17:57:24 +01:00
committed by Conrad Kostecki
parent 45823a6cc7
commit bb5b07a052
2 changed files with 4 additions and 4 deletions

View File

@@ -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"

View File

@@ -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"