diff options
Diffstat (limited to 'testing/py-exconsole/APKBUILD')
-rw-r--r-- | testing/py-exconsole/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-exconsole/APKBUILD b/testing/py-exconsole/APKBUILD index cbbb58ca13d..4c7053c7c22 100644 --- a/testing/py-exconsole/APKBUILD +++ b/testing/py-exconsole/APKBUILD @@ -7,7 +7,7 @@ pkgrel=0 pkgdesc="Emergency/postmortem Python console" url="https://github.com/Eugeny/exconsole" arch="noarch" -license="LGPL3+" +license="LGPL-3.0-or-later" depends="python2" depends_dev="" makedepends="python2-dev py-setuptools" |