X-Git-Url: http://git.ieval.ro/?p=gruntmaster-daemon.git;a=blobdiff_plain;f=Makefile.PL;h=a72cec7a4411049a5bd90b253cbb8895416ba97d;hp=7c6b3d067cc47eb01c45fb2704780741e0fe23c9;hb=be3e5b329715f729ad21f9462e6419d087ba8bcb;hpb=bf461634c0e60f9c2c19c102e68d212222f18f63 diff --git a/Makefile.PL b/Makefile.PL index 7c6b3d0..a72cec7 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,7 +8,7 @@ WriteMakefile( ABSTRACT_FROM => 'lib/Gruntmaster/Daemon.pm', AUTHOR => 'Marius Gavrilescu ', MIN_PERL_VERSION => '5.14.0', - LICENSE => 'perl', + LICENSE => 'AGPL_3', BUILD_REQUIRES => { qw/Cwd 0 File::Copy 0 @@ -42,5 +42,8 @@ WriteMakefile( }, META_MERGE => { dynamic_config => 0, + resources => { + repository => 'https://git.ieval.ro/?p=gruntmaster-daemon.git', + } } );