diff options
Diffstat (limited to 'plugins/timer/init.lua')
-rw-r--r-- | plugins/timer/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/timer/init.lua b/plugins/timer/init.lua index eb61f85bf84..9457c1fc038 100644 --- a/plugins/timer/init.lua +++ b/plugins/timer/init.lua @@ -6,7 +6,7 @@ local exports = {} exports.name = "timer" exports.version = "0.0.2" exports.description = "Game play timer" -exports.license = "The BSD 3-Clause License" +exports.license = "BSD-3-Clause" exports.author = { name = "Carl" } local timer = exports |