From: RealKindOne Date: Tue, 17 Feb 2026 03:39:58 +0000 (-0500) Subject: cron: fix authors/contacts X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=2c66c9beac4bcea5de9d500d3b3defdba58cf26a;p=irssi-scripts.irssi.org.git cron: fix authors/contacts --- diff --git a/scripts/cron.pl b/scripts/cron.pl index 501c868..9826bd0 100644 --- a/scripts/cron.pl +++ b/scripts/cron.pl @@ -89,8 +89,8 @@ use vars qw($VERSION %IRSSI); $VERSION = "1.0"; %IRSSI = ( - authors => 'Piotr Krukowiecki', 'KindOne', - contact => 'piotr \at/ krukowiecki /dot\ net', 'KindOne @ libera.chat|oftc|efnet', + authors => 'Piotr Krukowiecki, KindOne', + contact => 'piotr \at/ krukowiecki /dot\ net, KindOne @ libera.chat|oftc|efnet', name => 'cron aka jobs', description => 'cron implementation, allows to execute commands at given interval/time', license => 'GNU GPLv2',