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 2d93a16 commit b886142
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 @@ -24,11 +24,11 @@ my $b = AudioFile::Info::Build->new(
resources => {
repository => {
type => 'git',
url => 'git://github.com/davorg/audiofile-info-ogg-vorbis-header-pureperl.git',
web => 'https://github.com/davorg/audiofile-info-ogg-vorbis-header-pureperl',
url => 'git://github.com/davorg-cpan/audiofile-info-ogg-vorbis-header-pureperl.git',
web => 'https://github.com/davorg-cpan/audiofile-info-ogg-vorbis-header-pureperl',
},
bugtracker => {
web => 'https://github.com/davorg/audiofile-info-ogg-vorbis-header-pureperl/issues',
web => 'https://github.com/davorg-cpan/audiofile-info-ogg-vorbis-header-pureperl/issues',
},
},
},
Expand Down

0 comments on commit b886142

Please sign in to comment.