summaryrefslogtreecommitdiffstatshomepage
path: root/plugins/layout/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/layout/init.lua')
-rw-r--r--plugins/layout/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/layout/init.lua b/plugins/layout/init.lua
index 55cb433baf2..45b810c86b7 100644
--- a/plugins/layout/init.lua
+++ b/plugins/layout/init.lua
@@ -6,7 +6,7 @@ local exports = {}
exports.name = "layout"
exports.version = "0.0.1"
exports.description = "Layout helper plugin"
-exports.license = "The BSD 3-Clause License"
+exports.license = "BSD-3-Clause"
exports.author = { name = "Carl" }
local layout = exports