diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/pllua/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/pllua/APKBUILD b/main/pllua/APKBUILD index f658ec243d..f59fa526b1 100644 --- a/main/pllua/APKBUILD +++ b/main/pllua/APKBUILD @@ -6,7 +6,7 @@ pkgrel=1 pkgdesc="Procedural language for PostgreSQL using Lua" url="https://github.com/pllua/pllua" arch="all" -license="GPL" +license="MIT" depends="postgresql" # LuaJIT does not support s390x. case "$CARCH" in |