diff options
Diffstat (limited to 'main/bison/APKBUILD')
-rw-r--r-- | main/bison/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/bison/APKBUILD b/main/bison/APKBUILD index 6a1485534ba..fea2c90b45d 100644 --- a/main/bison/APKBUILD +++ b/main/bison/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.0.4 pkgrel=0 pkgdesc="The GNU general-purpose parser generator" arch="all" -license="GPL3+" +license="GPL-3.0-or-later" url="https://www.gnu.org/software/bison/bison.html" makedepends="perl" depends="m4" |