diff options
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-x | Makefile.PL | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index 8340ad03..c87f6e0f 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -166,8 +166,13 @@ WriteMakefile( }, ( $ExtUtils::MakeMaker::VERSION >= 6.46 ? ( 'META_MERGE' => { + "meta-spec" => { version => 2 }, resources => { - repository => 'http://gitweb.mageia.org/software/rpm/urpmi/', + repository => { + type => 'git', + url => 'git://git.mageia.org/software/rpm/urpmi/', + web => 'http://gitweb.mageia.org/software/rpm/urpmi/', + }, }, } ) : () ), |