diff options
Diffstat (limited to 'main/py-cryptography/APKBUILD')
-rw-r--r-- | main/py-cryptography/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/py-cryptography/APKBUILD b/main/py-cryptography/APKBUILD index a12b6732fd..558a769620 100644 --- a/main/py-cryptography/APKBUILD +++ b/main/py-cryptography/APKBUILD @@ -5,7 +5,7 @@ _pkgname=${pkgname#py-} pkgver=2.0.3 pkgrel=1 pkgdesc="A package which provides cryptographic recipes and primitives" -url="http://pypi.python.org/pypi/cryptography" +url="https://pypi.python.org/pypi/cryptography" arch="all" license="ASL-2.0" depends="py-cffi py-idna py-asn1crypto py-six" |