diff options
Diffstat (limited to 'main/texinfo/APKBUILD')
-rw-r--r-- | main/texinfo/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/texinfo/APKBUILD b/main/texinfo/APKBUILD index 521e794a6c..0b2640fea2 100644 --- a/main/texinfo/APKBUILD +++ b/main/texinfo/APKBUILD @@ -3,7 +3,7 @@ pkgname=texinfo pkgver=6.5 pkgrel=0 pkgdesc="Utilities to work with and produce manuals, ASCII text, and on-line documentation from a single source file" -url="http://www.gnu.org/software/texinfo/" +url="https://www.gnu.org/software/texinfo/" arch="all" license='GPL3+' depends="perl" |