diff options
Diffstat (limited to 'main/py-gnutls/APKBUILD')
-rw-r--r-- | main/py-gnutls/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/py-gnutls/APKBUILD b/main/py-gnutls/APKBUILD index 2e0396d49c..854d33ebce 100644 --- a/main/py-gnutls/APKBUILD +++ b/main/py-gnutls/APKBUILD @@ -5,7 +5,7 @@ _pkgname=python-gnutls pkgver=3.1.1 pkgrel=0 pkgdesc="Python wrapper for the GNUTLS library" -url="http://pypi.python.org/pypi/python-gnutls" +url="https://pypi.python.org/pypi/python-gnutls" arch="noarch" license="PSF" makedepends="python2-dev gnutls-dev py-setuptools" |