lua-*: fix upstream URL in Config.in

like in https://git.busybox.net/buildroot/commit/?id=05200ad01434ce297a166c6e1bebc8196c18f7dc

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Francois Perrad 2018-10-10 08:56:10 +02:00 committed by Thomas Petazzoni
parent 2f79806357
commit e1f9882088
5 changed files with 5 additions and 5 deletions

View File

@ -3,4 +3,4 @@ config BR2_PACKAGE_LUA_COAT
help
Yet Another Lua Object-Oriented Model
http://fperrad.github.io/lua-Coat/
https://fperrad.frama.io/lua-Coat/

View File

@ -7,7 +7,7 @@ config BR2_PACKAGE_LUA_COATPERSISTENT
help
An ORM for lua-Coat.
http://fperrad.github.io/lua-CoatPersistent/
https://fperrad.frama.io/lua-CoatPersistent/
comment "lua-coatpersistent needs lsqlite3 or luasql-sqlite3"
depends on !BR2_PACKAGE_LSQLITE3 && !BR2_PACKAGE_LUASQL_SQLITE3

View File

@ -4,4 +4,4 @@ config BR2_PACKAGE_LUA_CSNAPPY
lua-csnappy is a binding of the csnappy library
which implements the Google's Snappy (de)compressor.
http://fperrad.github.io/lua-csnappy/
https://fperrad.frama.io/lua-csnappy/

View File

@ -4,4 +4,4 @@ config BR2_PACKAGE_LUA_MESSAGEPACK
A pure Lua implementation of the MessagePack serialization
format.
http://fperrad.github.io/lua-MessagePack/
https://fperrad.frama.io/lua-MessagePack/

View File

@ -3,4 +3,4 @@ config BR2_PACKAGE_LUA_TESTMORE
help
an Unit Testing Framework.
http://fperrad.github.io/lua-TestMore/
https://fperrad.frama.io/lua-TestMore/