diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-09-28 09:01:40 +0000 |
---|---|---|
committer | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-09-29 14:07:39 +0000 |
commit | 92fc27fa11d4e2ca732fd17b886b9565ce801492 (patch) | |
tree | e561da8f5004ba74bad57a2bc4194d22bff82a5c /testing/py-acl | |
parent | 754ea39d18bf8c2ac0185f0ba017ac34a1f66f7a (diff) | |
download | aports-92fc27fa11d4e2ca732fd17b886b9565ce801492.tar.bz2 aports-92fc27fa11d4e2ca732fd17b886b9565ce801492.tar.xz |
testing/py-acl: specify license
Diffstat (limited to 'testing/py-acl')
-rw-r--r-- | testing/py-acl/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-acl/APKBUILD b/testing/py-acl/APKBUILD index 9fef2e632c..1c266c1381 100644 --- a/testing/py-acl/APKBUILD +++ b/testing/py-acl/APKBUILD @@ -7,7 +7,7 @@ pkgrel=0 pkgdesc="A python network access control list parsing library" url="https://github.com/jathanism/acl" arch="noarch" -license="Apache2" +license="ASL 2.0" depends="python" depends_dev="" makedepends="python-dev py-setuptools" |