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 77f6229 commit c11bcbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ WriteMakefile(
resources => {
repository => {
type => 'git',
url => 'https://github.com/davorg/app-aphra.git',
web => 'https://github.com/davorg/app-aphra',
url => 'https://github.com/davorg-cpan/app-aphra.git',
web => 'https://github.com/davorg-cpan/app-aphra',
},
bugtracker => {
web => 'https://github.com/davorg/app-aphra/issues',
web => 'https://github.com/davorg-cpan/app-aphra/issues',
},
},
},
Expand Down

0 comments on commit c11bcbb

Please sign in to comment.