lua-*: fix upstream URL in Config.in
authorFrancois Perrad <fperrad@gmail.com>
Wed, 10 Oct 2018 06:56:10 +0000 (08:56 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 10 Oct 2018 06:58:24 +0000 (08:58 +0200)
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>
package/lua-coat/Config.in
package/lua-coatpersistent/Config.in
package/lua-csnappy/Config.in
package/lua-messagepack/Config.in
package/lua-testmore/Config.in

index f6ba6cf6841a3f92f183f29b14059e4af9d0fcb4..fa7aed90ac517ba780dedbb2d7f54e77273344f9 100644 (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/
index d8b3570c13f126b53f23ae4fb887bcf56e45d631..049a0bc2a6e6e617dd6143629be4dcf30a877872 100644 (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
index 54d68a2e1fae9756e97f8a9fd9da6ffbabfcc641..fb00a1300a44219407c91b7498939437d71d23b9 100644 (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/
index 2dab316a8dc25ee8bcab675537dffef066fe7f20..7ec098f9a9a352b8dbc49795795e5c38b0e67b8f 100644 (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/
index 61dea3a6ee6eceb2bc585a029d3f15f24e13b3dd..3cbed3840738f1fd5f562ad5959dc19a4d01831d 100644 (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/