diff options
Diffstat (limited to 'main/cython/APKBUILD')
-rw-r--r-- | main/cython/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/cython/APKBUILD b/main/cython/APKBUILD index ebeb231370b..9b1c4d59a12 100644 --- a/main/cython/APKBUILD +++ b/main/cython/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="Cython is an optimising static compiler for both the Python & the extended Cython programming languages." url="http://cython.org" arch="all" -license="ASL-2.0" +license="Apache-2.0" depends="" depends_dev="python2-dev py-pgen cython" makedepends="$depends_dev" |