summaryrefslogtreecommitdiffstats
path: root/scripts/hipchat_complete.pl
diff options
context:
space:
mode:
authordequis2014-08-07 02:00:52 -0300
committerdequis2014-08-07 02:16:23 -0300
commit866eb1da29e97cdab1ec30be1222ece03ee31543 (patch)
treece6f94ee6e8d52ef9dd8d6fd47be001843d42a44 /scripts/hipchat_complete.pl
parent17ebf30f2529c9f2f873571e06e18576ecbf71d2 (diff)
downloadscripts.irssi.org-866eb1da29e97cdab1ec30be1222ece03ee31543.tar.bz2
Fix typos in metadata key names of several scripts
Diffstat (limited to 'scripts/hipchat_complete.pl')
-rw-r--r--scripts/hipchat_complete.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/hipchat_complete.pl b/scripts/hipchat_complete.pl
index a8711c6..094b9a6 100644
--- a/scripts/hipchat_complete.pl
+++ b/scripts/hipchat_complete.pl
@@ -70,11 +70,11 @@ use LWP::UserAgent;
my $VERSION = '1.0';
my %IRSSI = (
- author => 'John Morrissey',
+ authors => 'John Morrissey',
contact => 'jwm@horde.net',
name => 'hipchat_complete',
description => 'Translate nicks to HipChat "mention names"',
- licence => 'BSD',
+ license => 'BSD',
);
my %NICK_TO_MENTION;