Skip to content

Commit 5551641

Browse files
committed
Fix GitHub URLs
1 parent df7fe26 commit 5551641

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Makefile.PL

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ WriteMakefile(
2828
META_MERGE => {
2929
'meta-spec' => { version => 2 },
3030
resources => {
31-
repository => {
32-
type => 'git',
33-
url => 'git://github.com/davorg/app-cpanmodulesite.git',
34-
web => 'https://github.com/davorg/app-cpanmodulesite',
35-
},
36-
bugtracker => {
37-
"web" => "https://github.com/davorg/app-cpanmodulesite/issues"
38-
}
31+
repository => {
32+
type => 'git',
33+
url => 'git://github.com/davorg-cpan/app-cpanmodulesite.git',
34+
web => 'https://github.com/davorg-cpan/app-cpanmodulesite',
35+
},
36+
bugtracker => {
37+
"web" => "https://github.com/davorg-cpan/app-cpanmodulesite/issues"
38+
}
3939
},
4040
},
4141
);

0 commit comments

Comments
 (0)