diff options
| author | dequis | 2014-08-07 02:00:52 -0300 |
|---|---|---|
| committer | dequis | 2014-08-07 02:16:23 -0300 |
| commit | 866eb1da29e97cdab1ec30be1222ece03ee31543 (patch) | |
| tree | ce6f94ee6e8d52ef9dd8d6fd47be001843d42a44 /_data | |
| parent | 17ebf30f2529c9f2f873571e06e18576ecbf71d2 (diff) | |
| download | scripts.irssi.org-866eb1da29e97cdab1ec30be1222ece03ee31543.tar.bz2 | |
Fix typos in metadata key names of several scripts
Diffstat (limited to '_data')
| -rw-r--r-- | _data/scripts.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/_data/scripts.yaml b/_data/scripts.yaml index 057cf6c..546fea0 100644 --- a/_data/scripts.yaml +++ b/_data/scripts.yaml @@ -1610,12 +1610,12 @@ url: "http://irssi.org/" version: "0.02" -- author: "John Morrissey" +- authors: "John Morrissey" contact: "jwm@horde.net" description: "Translate nicks to HipChat mention names" filename: "hipchat_complete.pl" modified: "2014-02-08 15:15:24" - licence: "BSD" + license: "BSD" modules: "HTTP::Request JSON LWP::UserAgent" name: "hipchat_complete" version: "1.0" @@ -2816,7 +2816,7 @@ version: "1.0" - authors: "Wohmatak" - command: "/np" + commands: "/np" contact: "wohmatak@iglu.cz" description: "Displays the song played by orpheus" filename: "orphamp.pl" @@ -3323,7 +3323,7 @@ description: "An irssi adaptation of securequery.mrc found in the Acidmax mIRC script. :), now with multiserver support" filename: "securemsg.pl" modified: "2008-07-04 11:33:14" - licence: "GPLv2" + license: "GPLv2" modules: "Irssi::UI" name: "securemsg" version: "2.1" @@ -3491,7 +3491,7 @@ description: "Split overlong PRIVMSGs to msgs with length allowed by ircd" filename: "splitlong.pl" modified: "2008-06-10 21:40:34" - licence: "Public Domain" + license: "Public Domain" name: "splitlong" version: "0.20" @@ -4014,7 +4014,7 @@ description: "Whitelist specific nicks or hosts and ignore messages from anyone else." filename: "whitelist.pl" modified: "2008-09-04 21:12:26" - licence: "GPLv2" + license: "GPLv2" modules: "IO::File" name: "whitelist" version: "1.0" |
