diff options
Diffstat (limited to 'plugins/portname/init.lua')
-rw-r--r-- | plugins/portname/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/portname/init.lua b/plugins/portname/init.lua index 24cdc50facf..88cc0d20898 100644 --- a/plugins/portname/init.lua +++ b/plugins/portname/init.lua @@ -21,7 +21,7 @@ local exports = {} exports.name = "portname" exports.version = "0.0.1" exports.description = "IOPort name/translation plugin" -exports.license = "The BSD 3-Clause License" +exports.license = "BSD-3-Clause" exports.author = { name = "Carl" } local portname = exports |