diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-11 17:01:09 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-11 17:13:55 -0300 |
commit | b94f68c84673a259e1f0853fc56cd0bb93328daa (patch) | |
tree | 326a3d212b831f645ebfd13c1b6933ae82a3018d | |
parent | 3eeb8e7dacefa476afa7fa87a080a1983c9aa2ef (diff) | |
download | aports-b94f68c84673a259e1f0853fc56cd0bb93328daa.tar.bz2 aports-b94f68c84673a259e1f0853fc56cd0bb93328daa.tar.xz |
testing/logwatch: fix url=
-rw-r--r-- | testing/logwatch/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/logwatch/APKBUILD b/testing/logwatch/APKBUILD index 21f0378271..050e316b2b 100644 --- a/testing/logwatch/APKBUILD +++ b/testing/logwatch/APKBUILD @@ -2,9 +2,9 @@ # Maintainer: Valery Kartel <valery.kartel@gmail.com> pkgname=logwatch pkgver=7.5.2 -pkgrel=0 +pkgrel=1 pkgdesc="A customizable, pluggable log-monitoring system" -url="http://www.logwatch.org" +url="https://www.logwatch.org" arch="noarch" license="custom" options="!check" |