diff options
Diffstat (limited to 'community/py3-aiohttp/APKBUILD')
-rw-r--r-- | community/py3-aiohttp/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-aiohttp/APKBUILD b/community/py3-aiohttp/APKBUILD index 536a575acf6..8915a3408ff 100644 --- a/community/py3-aiohttp/APKBUILD +++ b/community/py3-aiohttp/APKBUILD @@ -7,7 +7,7 @@ pkgrel=0 pkgdesc="HTTP client/server for asyncio" url="https://pypi.python.org/pypi/aiohttp" arch="all" -license="ASL 2.0" +license="Apache-2.0" depends="python3 py3-async-timeout py3-chardet py3-multidict py3-yarl" makedepends="python3-dev" subpackages="$pkgname-dev" |