diff options
Diffstat (limited to 'community/dash/APKBUILD')
-rw-r--r-- | community/dash/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/dash/APKBUILD b/community/dash/APKBUILD index 3e855de6994..f9352be2966 100644 --- a/community/dash/APKBUILD +++ b/community/dash/APKBUILD @@ -5,7 +5,7 @@ pkgrel=0 pkgdesc="Small and fast POSIX-compliant shell" url="http://gondor.apana.org.au/~herbert/dash/" arch="all" -license="GPLv2+" +license="GPL-2.0-or-later" # needs 'nl' utility from coreutils makedepends="coreutils" install="$pkgname.post-install $pkgname.post-upgrade $pkgname.pre-deinstall" |