diff options
Diffstat (limited to 'main/py-twitter/APKBUILD')
-rw-r--r-- | main/py-twitter/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/py-twitter/APKBUILD b/main/py-twitter/APKBUILD index aafa31f8d6..12f276ccef 100644 --- a/main/py-twitter/APKBUILD +++ b/main/py-twitter/APKBUILD @@ -6,7 +6,7 @@ pkgrel=2 pkgdesc="Python wrapper around the Twitter API" url="https://pypi.python.org/pypi/python-twitter" arch="noarch" -license="ASL 2.0" +license="Apache-2.0" depends="py-future py-requests py-requests-oauthlib" makedepends="python2-dev py-setuptools python3-dev" subpackages="py3-${pkgname#py-}:_py3 py2-${pkgname#py-}:_py2" |