diff options
| author | Francois Perrad <fperrad@gmail.com> | 2018-10-10 08:56:10 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-10-10 08:58:24 +0200 |
| commit | e1f9882088786600445e0c6da38dc35f87af286b (patch) | |
| tree | 9c7d5ba0ea51f4756f13399f1e86849de4ea9542 /package/lua-messagepack | |
| parent | 2f79806357f2e11e2fe943cf1e946d9445c79361 (diff) | |
| download | buildroot-e1f9882088786600445e0c6da38dc35f87af286b.tar.gz buildroot-e1f9882088786600445e0c6da38dc35f87af286b.zip | |
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>
Diffstat (limited to 'package/lua-messagepack')
| -rw-r--r-- | package/lua-messagepack/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/lua-messagepack/Config.in b/package/lua-messagepack/Config.in index 2dab316a8d..7ec098f9a9 100644 --- a/package/lua-messagepack/Config.in +++ b/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/ |

