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 51c8004 commit bfbee6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile.PL
Expand Up @@ -20,11 +20,11 @@ WriteMakefile(
resources => {
repository => {
type => 'git',
url => 'git://github.com/davorg/qmail-queuehandler.git',
web => 'https://github.com/davorg/qmail-queuehandler',
url => 'git://github.com/davorg-cpan/qmail-queuehandler.git',
web => 'https://github.com/davorg-cpan/qmail-queuehandler',
},
bugtracker => {
web => 'https://github.com/davorg/qmail-queuehandler/issues',
web => 'https://github.com/davorg-cpan/qmail-queuehandler/issues',
},
},
},
Expand Down

0 comments on commit bfbee6c

Please sign in to comment.