diff options
Diffstat (limited to 'testing/py-elasticsearch/APKBUILD')
-rw-r--r-- | testing/py-elasticsearch/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-elasticsearch/APKBUILD b/testing/py-elasticsearch/APKBUILD index d3376f0878..1f693fb85d 100644 --- a/testing/py-elasticsearch/APKBUILD +++ b/testing/py-elasticsearch/APKBUILD @@ -7,7 +7,7 @@ pkgrel=0 pkgdesc="Official Python low-level client for Elasticsearch" url="http://elasticsearch-py.rtfd.org/" arch="noarch" -license="ASL-2.0" +license="Apache-2.0" depends="py-urllib3" #checkdepends="py-requests py-nose py-coverage py-mock py-yaml py-nosexcover" checkdepends="py-requests py-nose py-coverage py-mock py-yaml" # add nosexcover next release |