summaryrefslogtreecommitdiffstatshomepage
path: root/plugins/timer/init.lua
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2021-10-25 17:03:35 +1100
committer Vas Crabb <vas@vastheman.com>2021-10-25 17:03:35 +1100
commit3026bb4bba89f623c0beb19b68862684b74bf550 (patch)
treeed3f22b83aeeb2bcbeea81e929635be513a07acd /plugins/timer/init.lua
parentf92330333712531f985ed4fe9724a61384dcd6bd (diff)
parent27599c115e6fbb20042b113bb2e29b47bb027fce (diff)
Merge remote-tracking branch 'mainline/release0237' into master
Diffstat (limited to 'plugins/timer/init.lua')
-rw-r--r--plugins/timer/init.lua2
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