Skip to content

Commit 02125b9

Browse files
committed
Fix GitHub URLs
1 parent 910f224 commit 02125b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Build.PL

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ my $build = Module::Build->new( module_name => "XML::Feed",
3636
'meta-spec' => { version => 2 },
3737
resources => {
3838
bugtracker => {
39-
web => 'https://github.com/davorg/xml-feed/issues',
39+
web => 'https://github.com/davorg-cpan/xml-feed/issues',
4040
},
4141
repository => {
42-
url => 'https://github.com/davorg/xml-feed.git',
43-
web => 'https://github.com/davorg/xml-feed',
42+
url => 'https://github.com/davorg-cpan/xml-feed.git',
43+
web => 'https://github.com/davorg-cpan/xml-feed',
4444
type => 'git',
4545
}
4646
},

0 commit comments

Comments
 (0)