]> iEval git - app-fonbot-daemon.git/blobdiff - Makefile.PL
Fix resources in Makefile.PL
[app-fonbot-daemon.git] / Makefile.PL
index 476b826faf11a884b2711fe94b449dc127e6eecc..78517c1f8e0af4933490221839eb91c375c9e152 100644 (file)
@@ -7,7 +7,7 @@ WriteMakefile(
        AUTHOR            => 'Marius Gavrilescu <marius@ieval.ro>',
        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',
                },
        }
 );
This page took 0.019704 seconds and 4 git commands to generate.