We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 910f224 commit 02125b9Copy full SHA for 02125b9
Build.PL
@@ -36,11 +36,11 @@ my $build = Module::Build->new( module_name => "XML::Feed",
36
'meta-spec' => { version => 2 },
37
resources => {
38
bugtracker => {
39
- web => 'https://github.com/davorg/xml-feed/issues',
+ web => 'https://github.com/davorg-cpan/xml-feed/issues',
40
},
41
repository => {
42
- url => 'https://github.com/davorg/xml-feed.git',
43
- web => 'https://github.com/davorg/xml-feed',
+ url => 'https://github.com/davorg-cpan/xml-feed.git',
+ web => 'https://github.com/davorg-cpan/xml-feed',
44
type => 'git',
45
}
46
0 commit comments