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:
parent
2f79806357
commit
e1f9882088
@ -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/
|
||||
|
@ -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
|
||||
|
@ -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/
|
||||
|
@ -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/
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user