diff options
author | 2021-10-25 17:03:35 +1100 | |
---|---|---|
committer | 2021-10-25 17:03:35 +1100 | |
commit | 3026bb4bba89f623c0beb19b68862684b74bf550 (patch) | |
tree | ed3f22b83aeeb2bcbeea81e929635be513a07acd /plugins/layout/init.lua | |
parent | f92330333712531f985ed4fe9724a61384dcd6bd (diff) | |
parent | 27599c115e6fbb20042b113bb2e29b47bb027fce (diff) |
Merge remote-tracking branch 'mainline/release0237' into master
Diffstat (limited to 'plugins/layout/init.lua')
-rw-r--r-- | plugins/layout/init.lua | 2 |
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 |