diff options
Diffstat (limited to 'testing/py-mongo/APKBUILD')
-rw-r--r-- | testing/py-mongo/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-mongo/APKBUILD b/testing/py-mongo/APKBUILD index 713f15d7e3..00fbc9f3f4 100644 --- a/testing/py-mongo/APKBUILD +++ b/testing/py-mongo/APKBUILD @@ -7,7 +7,7 @@ pkgrel=0 pkgdesc="A Python driver for MongoDB" url="https://github.com/mongodb/mongo-python-driver" arch="all" -license="ASL 2.0" +license="Apache-2.0" depends="python2" depends_dev="" makedepends="python2-dev py-setuptools" |