From ac4229402acecd02aad24e874316b9d2c6d1a9d2 Mon Sep 17 00:00:00 2001 From: Ailin Nemui Date: Sun, 18 Jan 2015 02:15:41 +0100 Subject: Script generation fall-out A few small commits to fix the script headers which are used to auto-generate scripts.yaml; * replace licence with license, * fix compilation errors due to missing comma, * fix hiding of information by using `my' instead of `our' / `use vars`, * wrong assignment of hash reference to hash --- scripts/fnotify.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/fnotify.pl') diff --git a/scripts/fnotify.pl b/scripts/fnotify.pl index 76e46b4..5321ee8 100644 --- a/scripts/fnotify.pl +++ b/scripts/fnotify.pl @@ -7,8 +7,10 @@ $VERSION = '0.0.5'; %IRSSI = ( name => 'fnotify', authors => 'Thorsten Leemhuis, James Shubin, Serge van Ginderachter', + contact => 'fedora@leemhuis.info, serge@vanginderachter.be', description => 'Write notifications to a file in a consistent format.', license => 'GNU General Public License', + url => 'http://www.leemhuis.info/files/fnotify/fnotify https://ttboj.wordpress.com/', ); # -- cgit v1.2.3