From aa9b8ef988e9729c5b55d099aeb500bfec1214a8 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 18 Oct 2017 23:09:31 +0200 Subject: describe more git repository details --- Makefile.PL | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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/', + }, }, } ) : () ), -- cgit v1.2.1