diff options
Diffstat (limited to 'main/gmp/APKBUILD')
-rw-r--r-- | main/gmp/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/gmp/APKBUILD b/main/gmp/APKBUILD index bf5e057226..4f880f70a5 100644 --- a/main/gmp/APKBUILD +++ b/main/gmp/APKBUILD @@ -3,7 +3,7 @@ pkgname=gmp pkgver=6.1.2 pkgrel=1 pkgdesc="A free library for arbitrary precision arithmetic" -url="http://gmplib.org/" +url="https://gmplib.org/" arch="all" license="LGPL3" makedepends="m4 texinfo libtool" |