diff options
Diffstat (limited to 'testing/lshell/APKBUILD')
-rw-r--r-- | testing/lshell/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/lshell/APKBUILD b/testing/lshell/APKBUILD index 68237ebf6d7..771fc7b5e16 100644 --- a/testing/lshell/APKBUILD +++ b/testing/lshell/APKBUILD @@ -6,7 +6,7 @@ pkgrel=2 pkgdesc="Python-based limited Shell" url="http://ghantoos.org/limited-shell-lshell" arch="noarch" -license="GPL3+" +license="GPL-3.0-or-later" depends="python2" depends_dev="" makedepends="python2-dev py-setuptools" |