diff options
Diffstat (limited to 'testing/py-wbdata/APKBUILD')
-rw-r--r-- | testing/py-wbdata/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-wbdata/APKBUILD b/testing/py-wbdata/APKBUILD index c5641168f78..c9e00bbd3e1 100644 --- a/testing/py-wbdata/APKBUILD +++ b/testing/py-wbdata/APKBUILD @@ -7,7 +7,7 @@ pkgrel=0 pkgdesc="A library to access World Bank data" url="https://github.com/oliversherouse/wbdata" arch="noarch" -license="GPL2+" +license="GPL-2.0-or-later" depends="python2" depends_dev="" makedepends="python2-dev py-setuptools" |