diff options
| author | Geert Hauwaerts | 2015-06-12 21:55:34 +0200 |
|---|---|---|
| committer | Geert Hauwaerts | 2015-06-12 21:55:34 +0200 |
| commit | c94e07d5ce7cfe1cccce813168ebdbd64208ebae (patch) | |
| tree | 92860756d49612c8fdeb1d8439e506ee857f4157 | |
| parent | 25cb3f6ce1cfb5713e47772f9facd7ad9cbb1694 (diff) | |
| parent | 3bc7f107743468d6a3411e9f6844c92579b39a4c (diff) | |
| download | scripts.irssi.org-c94e07d5ce7cfe1cccce813168ebdbd64208ebae.tar.bz2 | |
Merge pull request #138 from pakerfeldt/gh-pages
Updating author details
| -rw-r--r-- | scripts/8-ball.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/8-ball.pl b/scripts/8-ball.pl index 5087080..41a522d 100644 --- a/scripts/8-ball.pl +++ b/scripts/8-ball.pl @@ -30,8 +30,8 @@ use Irssi qw(command_bind signal_add); use IO::File; $VERSION = '0.21'; %IRSSI = ( - authors => 'Patrik Jansson', - contact => 'gein@knivby.nu', + authors => 'Patrik Akerfeldt', + contact => 'patrik.akerfeldt@gmail.com', name => '8-ball', description => 'Dont like to take decisions? Have the 8-ball do it for you instead.', license => 'GPL', |
