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