diff options
Diffstat (limited to 'community/py-msgpack/APKBUILD')
-rw-r--r-- | community/py-msgpack/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-msgpack/APKBUILD b/community/py-msgpack/APKBUILD index bd5dfebda5..b954637ce8 100644 --- a/community/py-msgpack/APKBUILD +++ b/community/py-msgpack/APKBUILD @@ -5,7 +5,7 @@ _pkgname=msgpack-python pkgver=0.4.8 pkgrel=2 pkgdesc="A Python module for MessagePack serialization/deserialization" -url="http://pypi.python.org/pypi/msgpack-python/" +url="https://pypi.python.org/pypi/msgpack-python/" arch="all" license="ASL 2.0" depends="" |