mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
main/lua-dbi: fix wrong license
It seems that this project has never been licensed under GPL, see https://github.com/mwild1/luadbi/commits/master/COPYING.
This commit is contained in:
parent
38e42396dc
commit
2f75bf3622
@ -3,11 +3,11 @@
|
||||
pkgname=lua-dbi
|
||||
_pkgname=luadbi
|
||||
pkgver=0.6
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A database interface library for Lua"
|
||||
url="https://github.com/mwild1/luadbi"
|
||||
arch="all"
|
||||
license="GPL"
|
||||
license="MIT"
|
||||
makedepends="mariadb-dev postgresql-dev sqlite-dev"
|
||||
_subpackages="$pkgname-mysql $pkgname-postgresql $pkgname-sqlite3"
|
||||
source="https://github.com/mwild1/$_pkgname/archive/v$pkgver/$_pkgname.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user