Sfoglia il codice sorgente

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>
Francois Perrad 6 anni fa
parent
commit
e1f9882088

+ 1 - 1
package/lua-coat/Config.in

@@ -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/

+ 1 - 1
package/lua-coatpersistent/Config.in

@@ -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

+ 1 - 1
package/lua-csnappy/Config.in

@@ -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/

+ 1 - 1
package/lua-messagepack/Config.in

@@ -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/

+ 1 - 1
package/lua-testmore/Config.in

@@ -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/