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 ad89692 commit 3cf313f
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 @@ -19,11 +19,11 @@ WriteMakefile(
resources => {
repository => {
type => 'git',
url => 'https://github.com/davorg/template-provider-pandoc.git',
web => 'https://github.com/davorg/template-provider-pandoc',
url => 'https://github.com/davorg-cpan/template-provider-pandoc.git',
web => 'https://github.com/davorg-cpan/template-provider-pandoc',
},
bugtracker => {
web => 'https://github.com/davorg/template-provider-pandoc/issues',
web => 'https://github.com/davorg-cpan/template-provider-pandoc/issues',
},
},
}
Expand Down

0 comments on commit 3cf313f

Please sign in to comment.