diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2014-04-24 23:36:07 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2014-04-24 23:36:07 +0200 |
commit | 30100703fb61f7ca421a41615f7b9db32bd362e2 (patch) | |
tree | ba3396f4f35986c2b84422c7c3021be419891d03 /src | |
parent | b04717c34e036929a6efff04eaa3aab27581baa7 (diff) | |
download | luaotfload-30100703fb61f7ca421a41615f7b9db32bd362e2.tar.gz |
[main] register as “luaotfload-main” to silence luatexbase
Diffstat (limited to 'src')
-rw-r--r-- | src/luaotfload-main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luaotfload-main.lua b/src/luaotfload-main.lua index 836768a..a8d6ef9 100644 --- a/src/luaotfload-main.lua +++ b/src/luaotfload-main.lua @@ -50,7 +50,7 @@ local luaotfload = luaotfload luaotfload.log = luaotfload.log or { } luaotfload.module = { - name = "luaotfload", + name = "luaotfload-main", version = 2.50000, date = "2014/**/**", description = "OpenType layout system.", |