diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-10-29 00:22:53 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-10-29 00:38:50 +0100 |
commit | 7a7e76737d3ce6e792a37122ae57f513bd197da1 (patch) | |
tree | 10e80d631ab2ca650da93a5be473dbc1d4a0fb95 /main | |
parent | 8a52721a28056a8163eb5df54530ba90bdcd8996 (diff) | |
download | aports-7a7e76737d3ce6e792a37122ae57f513bd197da1.tar.bz2 aports-7a7e76737d3ce6e792a37122ae57f513bd197da1.tar.xz |
main/pllua: fix incorrect license
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 |