Skip to content

Commit

Permalink
Fix GitHub URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Jan 23, 2024
1 parent 910f224 commit 02125b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ my $build = Module::Build->new( module_name => "XML::Feed",
'meta-spec' => { version => 2 },
resources => {
bugtracker => {
web => 'https://github.com/davorg/xml-feed/issues',
web => 'https://github.com/davorg-cpan/xml-feed/issues',
},
repository => {
url => 'https://github.com/davorg/xml-feed.git',
web => 'https://github.com/davorg/xml-feed',
url => 'https://github.com/davorg-cpan/xml-feed.git',
web => 'https://github.com/davorg-cpan/xml-feed',
type => 'git',
}
},
Expand Down

0 comments on commit 02125b9

Please sign in to comment.