Fix GitHub URLs
This commit is contained in:
parent
9e62d29643
commit
ae8b3ac2f8
1 changed files with 3 additions and 3 deletions
6
Build.PL
6
Build.PL
|
@ -23,11 +23,11 @@ my $build = Module::Build->new(
|
|||
resources => {
|
||||
repository => {
|
||||
type => 'git',
|
||||
url => 'git://github.com/davorg/parse-rpm-spec.git',
|
||||
web => 'https://github.com/davorg/parse-rpm-spec',
|
||||
url => 'git://github.com/davorg-cpan/parse-rpm-spec.git',
|
||||
web => 'https://github.com/davorg-cpan/parse-rpm-spec',
|
||||
},
|
||||
bugtracker => {
|
||||
web => 'https://github.com/davorg/parse-rpm-spec/issues',
|
||||
web => 'https://github.com/davorg-cpan/parse-rpm-spec/issues',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue