From 4c471af67261725807c96f4ed0c1f26233859c8f Mon Sep 17 00:00:00 2001 From: Tom Feist Date: Sun, 26 Sep 2010 22:40:17 +0100 Subject: modified script info block to contain real names. --- vim-mode/vim_mode.pl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'vim-mode/vim_mode.pl') diff --git a/vim-mode/vim_mode.pl b/vim-mode/vim_mode.pl index a91f081..a87c99c 100644 --- a/vim-mode/vim_mode.pl +++ b/vim-mode/vim_mode.pl @@ -54,8 +54,9 @@ use vars qw($VERSION %IRSSI); $VERSION = "1.0.1"; %IRSSI = ( - authors => "shabble, rudis", - contact => 'shabble+irssi@metavore.org, shabble@#irssi/Freenode, simon@ruderich.org', + authors => "Tom Feist (shabble), Simon Ruderich (rudis)", + contact => 'shabble+irssi@metavore.org, ' + . 'shabble@#irssi/Freenode, simon@ruderich.org', name => "vim_mode", description => "Give Irssi Vim-like commands for editing the inputline", license => "Public Domain", -- cgit v1.2.3