Expand infor about the Github repo
This commit is contained in:
parent
0a28e9d9de
commit
d5485640fe
1 changed files with 9 additions and 4 deletions
9
Build.PL
9
Build.PL
|
@ -18,9 +18,14 @@ my $build = Module::Build->new(
|
|||
},
|
||||
create_makefile_pl => 'traditional',
|
||||
meta_merge => {
|
||||
'meta-spec' => { version => 2 },
|
||||
resources => {
|
||||
repository => 'https://github.com/davorg/parse-rpm-spec'
|
||||
}
|
||||
repository => {
|
||||
type => 'git',
|
||||
url => 'git://github.com/davorg/parse-rpm-spec.git',
|
||||
web => 'https://github.com/davorg/parse-rpm-spec',
|
||||
},
|
||||
},
|
||||
},
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue