aboutsummaryrefslogtreecommitdiffstats
path: root/main/help2man
diff options
context:
space:
mode:
authorTom Parker-Shemilt <palfrey@tevp.net>2019-11-14 15:52:59 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-11-27 07:29:16 +0000
commit2c843fd6dacfbad67368e3332b6024fae41b897c (patch)
tree7f487cc44b81a85b7ecb5252f0b53b324be75783 /main/help2man
parent94af33d74e484fad53f8bafc36b5ecbf29c5e792 (diff)
downloadaports-2c843fd6dacfbad67368e3332b6024fae41b897c.tar.bz2
aports-2c843fd6dacfbad67368e3332b6024fae41b897c.tar.xz
Stop using ftp://ftp.gnu.org and http://ftp.gnu.org in favour of the HTTPS variant
Diffstat (limited to 'main/help2man')
-rw-r--r--main/help2man/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/help2man/APKBUILD b/main/help2man/APKBUILD
index a4ce2d9b6c..ae83933d13 100644
--- a/main/help2man/APKBUILD
+++ b/main/help2man/APKBUILD
@@ -9,7 +9,7 @@ license="GPL-3.0-or-later"
depends="perl"
options="!check" # No test suite
subpackages="$pkgname-doc"
-source="http://ftp.gnu.org/gnu/help2man/help2man-$pkgver.tar.xz"
+source="https://ftp.gnu.org/gnu/help2man/help2man-$pkgver.tar.xz"
build() {
cd "$builddir"