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 20dedce commit 83537d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ my $build = Module::Build->new(
resources => {
repository => {
type => 'git',
url => 'https://github.com/davorg/template-plugin-audiofile-info.git',
web => 'https://github.com/davorg/template-plugin-audiofile-info',
url => 'https://github.com/davorg-cpan/template-plugin-audiofile-info.git',
web => 'https://github.com/davorg-cpan/template-plugin-audiofile-info',
},
bugtracker => {
web => 'https://github.com/davorg/template-plugin-audiofile-info/issues',
web => 'https://github.com/davorg-cpan/template-plugin-audiofile-info/issues',
},
},
},
Expand Down

0 comments on commit 83537d8

Please sign in to comment.