aboutsummaryrefslogtreecommitdiff
path: root/testing/logwatch
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-07-06 02:40:08 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-07-06 02:40:08 -0300
commit2c51a6826634272e97ddb5530f2b1412a1d415e4 (patch)
tree611f5f34aa2fb03f898cfc07f0c63db326f5aae9 /testing/logwatch
parent256d26f4f7e435c58a69e52ba27a6012ecdf3851 (diff)
downloadalpine_aports-2c51a6826634272e97ddb5530f2b1412a1d415e4.tar.bz2
alpine_aports-2c51a6826634272e97ddb5530f2b1412a1d415e4.tar.xz
alpine_aports-2c51a6826634272e97ddb5530f2b1412a1d415e4.zip
testing/logwatch: fix url
fixes #11719
Diffstat (limited to 'testing/logwatch')
-rw-r--r--testing/logwatch/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/logwatch/APKBUILD b/testing/logwatch/APKBUILD
index 19ad9638f7..a418b2e2d2 100644
--- a/testing/logwatch/APKBUILD
+++ b/testing/logwatch/APKBUILD
@@ -2,9 +2,9 @@
2# Maintainer: Valery Kartel <valery.kartel@gmail.com> 2# Maintainer: Valery Kartel <valery.kartel@gmail.com>
3pkgname=logwatch 3pkgname=logwatch
4pkgver=7.5.3 4pkgver=7.5.3
5pkgrel=0 5pkgrel=1
6pkgdesc="A customizable, pluggable log-monitoring system" 6pkgdesc="A customizable, pluggable log-monitoring system"
7url="https://www.logwatch.org" 7url="https://sourceforge.net/projects/logwatch/"
8arch="noarch" 8arch="noarch"
9license="custom" 9license="custom"
10options="!check" 10options="!check"