From b94f68c84673a259e1f0853fc56cd0bb93328daa Mon Sep 17 00:00:00 2001 From: Leo Date: Tue, 11 Feb 2020 17:01:09 -0300 Subject: [PATCH] testing/logwatch: fix url= --- testing/logwatch/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/logwatch/APKBUILD b/testing/logwatch/APKBUILD index 21f03782711..050e316b2b3 100644 --- a/testing/logwatch/APKBUILD +++ b/testing/logwatch/APKBUILD @@ -2,9 +2,9 @@ # Maintainer: Valery Kartel 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"