diff options
author | 2018-10-09 10:06:59 +0200 | |
---|---|---|
committer | 2018-10-09 10:11:47 +0200 | |
commit | 05200ad01434ce297a166c6e1bebc8196c18f7dc (patch) | |
tree | 8b17df17a598e6014fd37a02266da944f2656e2e | |
parent | 3b657e264c593ce587bb88e02977f00529310487 (diff) | |
download | buildroot-05200ad01434ce297a166c6e1bebc8196c18f7dc.tar.gz buildroot-05200ad01434ce297a166c6e1bebc8196c18f7dc.tar.bz2 |
ljlinenoise: fix upstream URL in Config.in
The current URL no longer exists, as detected by the new pkg-stats.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rw-r--r-- | package/ljlinenoise/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |