diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-09-04 21:48:58 +0000 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2013-09-08 14:29:48 +0200 |
commit | a6a14bcf1920596b66198e0c564e3566cbf187f2 (patch) | |
tree | aa842d0d2d781c3a28d926feb37a3d0a4e8fbc9a /testing/py-authen-ntlm2 | |
parent | 014caf3eb47343cb4c77a1a4820b2ed4efa6c356 (diff) | |
download | aports-a6a14bcf1920596b66198e0c564e3566cbf187f2.tar.bz2 aports-a6a14bcf1920596b66198e0c564e3566cbf187f2.tar.xz |
testing/py-authen-ntlm2: specify license
Diffstat (limited to 'testing/py-authen-ntlm2')
-rw-r--r-- | testing/py-authen-ntlm2/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-authen-ntlm2/APKBUILD b/testing/py-authen-ntlm2/APKBUILD index 53aa057b67..2bec76c9fc 100644 --- a/testing/py-authen-ntlm2/APKBUILD +++ b/testing/py-authen-ntlm2/APKBUILD @@ -8,7 +8,7 @@ pkgrel=0 pkgdesc="Authentication module for Apache" url="https://github.com/Legrandin/PyAuthenNTLM2" arch="noarch" -license="APACHE 2.0" +license="ASL 2.0" depends="" depends_dev="python-dev py-setuptools" makedepends="$depends_dev" |