diff options
Diffstat (limited to 'system/help2man/APKBUILD')
-rw-r--r-- | system/help2man/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/help2man/APKBUILD b/system/help2man/APKBUILD index b021f7f88..f3c238fc6 100644 --- a/system/help2man/APKBUILD +++ b/system/help2man/APKBUILD @@ -10,7 +10,7 @@ license="GPL-3.0+" depends="perl" makedepends="gettext-tiny" subpackages="$pkgname-doc" -source="ftp://ftp.gnu.org/gnu/help2man/help2man-$pkgver.tar.xz" +source="https://ftp.gnu.org/gnu/help2man/help2man-$pkgver.tar.xz" build() { cd "$builddir" |