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 0e37f44 commit 45f59aa
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 @@ -20,11 +20,11 @@ my $build = Module::Build->new(
resources => {
repository => {
type => 'git',
url => 'git://github.com/davorg/tie-hash-regex.git',
web => 'https://github.com/davorg/tie-hash-regex',
url => 'git://github.com/davorg-cpan/tie-hash-regex.git',
web => 'https://github.com/davorg-cpan/tie-hash-regex',
},
bugtracker => {
web => 'https://github.com/davorg/tie-hash-regex/issues',
web => 'https://github.com/davorg-cpan/tie-hash-regex/issues',
},
},
},
Expand Down

0 comments on commit 45f59aa

Please sign in to comment.