X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile.PL;h=78517c1f8e0af4933490221839eb91c375c9e152;hb=a46e82afc3b15b6feda89a1649c2265c8bd8061c;hp=476b826faf11a884b2711fe94b449dc127e6eecc;hpb=7be318a6bf7a8f960c4192f52e7e5c8763d002ee;p=app-fonbot-daemon.git diff --git a/Makefile.PL b/Makefile.PL index 476b826..78517c1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,7 +7,7 @@ WriteMakefile( AUTHOR => 'Marius Gavrilescu ', EXE_FILES => ['fonbotd'], MIN_PERL_VERSION => "5.14.0", - LICENSE => 'AGPL_3', + LICENSE => 'open_source', # AGPL_3 to be exact, but that requires META version 2 SIGN => 1, PREREQ_PM => { qw/Apache2::Authen::Passphrase 0 @@ -31,7 +31,8 @@ WriteMakefile( META_ADD => { dynamic_config => 0, resources => { - repository => 'http://git.ieval.ro/?p=app-fonbot-daemon.git', + repository => 'https://git.ieval.ro/?p=app-fonbot-daemon.git', + IRC => 'irc://irc.oftc.net/#fonbot', }, } );