buildroot/package/luasql-sqlite3/Config.in
Mark Corbin b27c5c1c0b package/luasql-sqlite3: update the upstream URL in Config.in
Update the upstream URL in the help text in Config.in. This
addresses the 'Invalid(406)' URL status in the package stats
web page output.

Signed-off-by: Mark Corbin <mark@dibsco.co.uk>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2019-12-01 19:13:36 +01:00

8 lines
185 B
Plaintext

config BR2_PACKAGE_LUASQL_SQLITE3
bool "luasql-sqlite3"
select BR2_PACKAGE_SQLITE
help
LuaSQL is a simple interface from Lua to a DBMS.
http://keplerproject.github.io/luasql/