diff options
author | Florian Schmaus <flow@gentoo.org> | 2024-03-10 12:30:45 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-03-10 13:06:58 +0100 |
commit | ac841ac6bf5d5880da8881c7026162428b26c286 (patch) | |
tree | d13b42db8b14b5cd814441f5d2b0fb041737ee51 /app-admin | |
parent | app-admin/logcheck: fix cron script and switch sudo to runuser (diff) | |
download | gentoo-ac841ac6bf5d5880da8881c7026162428b26c286.tar.gz gentoo-ac841ac6bf5d5880da8881c7026162428b26c286.tar.bz2 gentoo-ac841ac6bf5d5880da8881c7026162428b26c286.zip |
app-admin/logcheck: re-set HOMEPAGE to https://logcheck.org/
The homepage is still active, even though pkgcheck reports
DeadUrl: version 1.4.3-r3: HOMEPAGE: 404 Client Error:
Not Found for url: https://logcheck.org/
(which probably warrnts further investigation)
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/logcheck/logcheck-1.4.3-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/logcheck/logcheck-1.4.3-r3.ebuild b/app-admin/logcheck/logcheck-1.4.3-r3.ebuild index fbc008112833..7e6a9a120e1c 100644 --- a/app-admin/logcheck/logcheck-1.4.3-r3.ebuild +++ b/app-admin/logcheck/logcheck-1.4.3-r3.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit readme.gentoo-r1 systemd tmpfiles DESCRIPTION="Mails anomalies in the system logfiles to the administrator" -HOMEPAGE="https://packages.debian.org/sid/logcheck" +HOMEPAGE="https://logcheck.org/" SRC_URI="https://salsa.debian.org/debian/logcheck/-/archive/debian/${PV}/logcheck-debian-${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-debian-${PV}" |