mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
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
|
help
|
||||||
Yet Another Lua Object-Oriented Model
|
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
|
help
|
||||||
An ORM for lua-Coat.
|
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"
|
comment "lua-coatpersistent needs lsqlite3 or luasql-sqlite3"
|
||||||
depends on !BR2_PACKAGE_LSQLITE3 && !BR2_PACKAGE_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
|
lua-csnappy is a binding of the csnappy library
|
||||||
which implements the Google's Snappy (de)compressor.
|
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
|
A pure Lua implementation of the MessagePack serialization
|
||||||
format.
|
format.
|
||||||
|
|
||||||
http://fperrad.github.io/lua-MessagePack/
|
https://fperrad.frama.io/lua-MessagePack/
|
||||||
|
@ -3,4 +3,4 @@ config BR2_PACKAGE_LUA_TESTMORE
|
|||||||
help
|
help
|
||||||
an Unit Testing Framework.
|
an Unit Testing Framework.
|
||||||
|
|
||||||
http://fperrad.github.io/lua-TestMore/
|
https://fperrad.frama.io/lua-TestMore/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user