diff options
Diffstat (limited to 'testing/py-libnacl/APKBUILD')
-rw-r--r-- | testing/py-libnacl/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-libnacl/APKBUILD b/testing/py-libnacl/APKBUILD index 2b8e2bbbaf..6f0fef6799 100644 --- a/testing/py-libnacl/APKBUILD +++ b/testing/py-libnacl/APKBUILD @@ -7,7 +7,7 @@ pkgrel=0 pkgdesc="Python bindings for libsodium/tweetnacl" url="https://libnacl.readthedocs.org/" arch="noarch" -license="ASL 2.0" +license="Apache-2.0" makedepends="python2-dev python3-dev py-setuptools" subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3" source="$_pkgname-$pkgver.tar.gz::https://github.com/saltstack/libnacl/archive/v$pkgver.tar.gz" |