[Buildroot] [git commit] ljlinenoise: fix upstream URL in Config.in

Thomas Petazzoni thomas.petazzoni at bootlin.com
Tue Oct 9 08:11:47 UTC 2018


commit: https://git.buildroot.net/buildroot/commit/?id=05200ad01434ce297a166c6e1bebc8196c18f7dc
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

The current URL no longer exists, as detected by the new pkg-stats.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/ljlinenoise/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/ljlinenoise/Config.in b/package/ljlinenoise/Config.in
index 61c80df0d1..e6b587e65d 100644
--- a/package/ljlinenoise/Config.in
+++ b/package/ljlinenoise/Config.in
@@ -8,7 +8,7 @@ config BR2_PACKAGE_LJLINENOISE
 	  ljlinenoise is a pure LuaJIT port of linenoise,
 	  a small alternative to readline and libedit.
 
-	  http://fperrad.github.io/ljlinenoise/
+	  https://fperrad.frama.io/ljlinenoise/
 
 comment "ljlinenoise needs LuaJIT"
 	depends on !BR2_PACKAGE_LUAJIT


More information about the buildroot mailing list