[Buildroot] [git commit branch/2018.02.x] ljlinenoise: fix upstream URL in Config.in

Peter Korsgaard peter at korsgaard.com
Tue Oct 23 16:06:35 UTC 2018


commit: https://git.buildroot.net/buildroot/commit/?id=9c04f4847b10f864097d796ac4500fe8ba8913b7
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2018.02.x

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

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit 05200ad01434ce297a166c6e1bebc8196c18f7dc)
Signed-off-by: Peter Korsgaard <peter at korsgaard.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