X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile.PL;h=8395a34512c68e69a96f914e124e1033f1bf74ba;hb=9bfb194cd574e62a6064115c4cfb4adc4636f0b4;hp=476b826faf11a884b2711fe94b449dc127e6eecc;hpb=7be318a6bf7a8f960c4192f52e7e5c8763d002ee;p=app-fonbot-daemon.git diff --git a/Makefile.PL b/Makefile.PL index 476b826..8395a34 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 @@ -32,6 +32,7 @@ WriteMakefile( dynamic_config => 0, resources => { repository => 'http://git.ieval.ro/?p=app-fonbot-daemon.git', + IRC => 'irc://irc.freenode.net/#fonbot', }, } );