diff options
author | Luis Ressel <aranea@aixah.de> | 2019-02-27 00:28:10 +0100 |
---|---|---|
committer | Luis Ressel <aranea@aixah.de> | 2019-03-08 01:26:22 +0100 |
commit | 2c3c7a8eb0631b12e46e5a5ed5e13f43763f4f53 (patch) | |
tree | cbe76ae52ac4fbcb2b1eda95dcaa07a004bc5ffc /system/libcap | |
parent | 9085eb9a0e2ff7a0068f54f1788673de71027e61 (diff) | |
download | packages-2c3c7a8eb0631b12e46e5a5ed5e13f43763f4f53.tar.gz packages-2c3c7a8eb0631b12e46e5a5ed5e13f43763f4f53.tar.bz2 packages-2c3c7a8eb0631b12e46e5a5ed5e13f43763f4f53.tar.xz packages-2c3c7a8eb0631b12e46e5a5ed5e13f43763f4f53.zip |
system/*: Change remaining url='*'s to https:// wherever possible
Diffstat (limited to 'system/libcap')
-rw-r--r-- | system/libcap/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libcap/APKBUILD b/system/libcap/APKBUILD index 64763b21b..517b30609 100644 --- a/system/libcap/APKBUILD +++ b/system/libcap/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="POSIX 1003.1e capabilities" arch="all" options="!check" license="BSD-3-Clause OR GPL-2.0-only" -url="http://www.friedhoff.org/posixfilecaps.html" +url="https://www.friedhoff.org/posixfilecaps.html" depends="" depends_dev="linux-headers" makedepends_build="linux-headers perl !gperf" |