Expand infor about the Github repo

This commit is contained in:
Dave Cross 2020-11-03 14:07:13 +00:00
parent 0a28e9d9de
commit d5485640fe

View file

@ -17,10 +17,15 @@ my $build = Module::Build->new(
'Test::Pod::Coverage' => 0, 'Test::Pod::Coverage' => 0,
}, },
create_makefile_pl => 'traditional', create_makefile_pl => 'traditional',
meta_merge => { meta_merge => {
resources => { 'meta-spec' => { version => 2 },
repository => 'https://github.com/davorg/parse-rpm-spec' resources => {
} repository => {
type => 'git',
url => 'git://github.com/davorg/parse-rpm-spec.git',
web => 'https://github.com/davorg/parse-rpm-spec',
},
},
}, },
); );