diff options
author | Simon Ruderich <simon@ruderich.org> | 2010-09-26 01:29:10 +0000 |
---|---|---|
committer | Simon Ruderich <simon@ruderich.org> | 2010-09-26 01:29:10 +0000 |
commit | dde1e4bc6800a52bf2c98aa9629457f2b409010f (patch) | |
tree | b3989b51a9782b39cacebbc4df71281c279c96df /vim-mode/vim_mode.pl | |
parent | vim_mode: Use push with @esc_buf. (diff) | |
download | irssi-scripts-dde1e4bc6800a52bf2c98aa9629457f2b409010f.tar.gz irssi-scripts-dde1e4bc6800a52bf2c98aa9629457f2b409010f.zip |
vim_mode: Add myself to authors.
Diffstat (limited to '')
-rw-r--r-- | vim-mode/vim_mode.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vim-mode/vim_mode.pl b/vim-mode/vim_mode.pl index 79fa67b..67e5cc4 100644 --- a/vim-mode/vim_mode.pl +++ b/vim-mode/vim_mode.pl @@ -36,8 +36,8 @@ use vars qw($VERSION %IRSSI); $VERSION = "1.0.1"; %IRSSI = ( - authors => "shabble", - contact => 'shabble+irssi@metavore.org, shabble@#irssi/Freenode', + authors => "shabble, 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", |