diff --git a/autospeak.pl b/autospeak.pl index 89333c8..fba3c6e 100644 --- a/autospeak.pl +++ b/autospeak.pl @@ -1,4 +1,4 @@ -#autospeak, autospeak incoming events through speech-dispatcher +#autospeak, autospeak incoming events using espeak-ng # This program is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the @@ -27,7 +27,7 @@ our %IRSSI = ( description => 'Autospeak incoming messages.', authors => 'Jeremiah Ticket', contact => 'seashellpromises@gmail.com', - url => 'https://git.stormux.org/jticket/autospeak', + url => 'https://git.stormux.org/jticket/irssi-autospeak', license => 'GNU General Public License, version 3', changed => '2023/10/05', );