summaryrefslogtreecommitdiff
path: root/src/luaotfload-configuration.lua
diff options
context:
space:
mode:
authorPhilipp Gesang <phg@phi-gamma.net>2015-05-05 23:08:22 +0200
committerPhilipp Gesang <phg@phi-gamma.net>2015-05-05 23:08:22 +0200
commit2e434be84b3ecf8ef8167c722cfc42ad9c20f36d (patch)
tree25e0b9c0b4482df3c556eab8406d8d050caa4cfe /src/luaotfload-configuration.lua
parentc9ee59f95e2d1f73d9c10b010ccbb1d09df4014c (diff)
downloadluaotfload-2e434be84b3ecf8ef8167c722cfc42ad9c20f36d.tar.gz
[*] adapt credits to reflect latest merge
Diffstat (limited to 'src/luaotfload-configuration.lua')
-rw-r--r--src/luaotfload-configuration.lua7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/luaotfload-configuration.lua b/src/luaotfload-configuration.lua
index e907947..e9393c5 100644
--- a/src/luaotfload-configuration.lua
+++ b/src/luaotfload-configuration.lua
@@ -4,15 +4,16 @@
-- DESCRIPTION: config file reader
-- REQUIREMENTS: Luaotfload 2.6 or above
-- AUTHOR: Philipp Gesang (Phg), <phg42.2a@gmail.com>
+-- AUTHOR: Dohyun Kim <nomosnomos@gmail.com>
-- VERSION: same as Luaotfload
--- MODIFIED: 2015-03-29 12:46:43+0200
+-- MODIFIED: 2015-05-05
-------------------------------------------------------------------------------
--
if not modules then modules = { } end modules ["luaotfload-configuration"] = {
- version = "2.5",
+ version = "2.6",
comment = "part of Luaotfload",
- author = "Philipp Gesang",
+ author = "Philipp Gesang, Dohyun Kim",
copyright = "Luaotfload Development Team",
license = "GNU GPL v2.0"
}