Skip to content

Commit bfbee6c

Browse files
committed
Fix GitHub URLs
1 parent 51c8004 commit bfbee6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile.PL

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ WriteMakefile(
2020
resources => {
2121
repository => {
2222
type => 'git',
23-
url => 'git://github.com/davorg/qmail-queuehandler.git',
24-
web => 'https://github.com/davorg/qmail-queuehandler',
23+
url => 'git://github.com/davorg-cpan/qmail-queuehandler.git',
24+
web => 'https://github.com/davorg-cpan/qmail-queuehandler',
2525
},
2626
bugtracker => {
27-
web => 'https://github.com/davorg/qmail-queuehandler/issues',
27+
web => 'https://github.com/davorg-cpan/qmail-queuehandler/issues',
2828
},
2929
},
3030
},

0 commit comments

Comments
 (0)