Update logos
[gruntmaster-page.git] / Makefile.PL
index 0c47a00ee5bbbdc2a55b05f9d392fada435a5f2d..246d041c891dbd5e5b65830a23c6a69faa747104 100644 (file)
@@ -2,12 +2,12 @@ use 5.014000;
 use ExtUtils::MakeMaker;
 
 WriteMakefile(
-       NAME              => 'Gruntmaster::Page',
+       NAME              => 'Plack::App::Gruntmaster',
        VERSION_FROM      => 'lib/Plack/App/Gruntmaster.pm',
        ABSTRACT_FROM     => 'lib/Plack/App/Gruntmaster.pm',
        AUTHOR            => 'Marius Gavrilescu <marius@ieval.ro>',
        MIN_PERL_VERSION  => '5.14.0',
-       LICENSE           => 'perl',
+       LICENSE           => 'AGPL_3',
        SIGN              => 1,
        BUILD_REQUIRES    => {
                qw/Test::More                 0
@@ -40,5 +40,8 @@ WriteMakefile(
        },
        META_MERGE        => {
                dynamic_config => 0,
+               resources      => {
+                       repository => 'https://git.ieval.ro/?p=plack-app-gruntmaster.git',
+               }
        }
 )
This page took 0.009727 seconds and 4 git commands to generate.