From 01da8a09dac37233dfcf7d706577ffbcdf3cb8aa Mon Sep 17 00:00:00 2001 From: Dave Cross Date: Tue, 23 Jan 2024 13:28:08 +0000 Subject: [PATCH] Fix GitHub URLs --- Build.PL | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Build.PL b/Build.PL index 5a79557..e63e87e 100644 --- a/Build.PL +++ b/Build.PL @@ -11,11 +11,11 @@ my $build = Module::Build->new( resources => { repository => { type => 'git', - url => 'git://github.com/davorg/tie-hash-fixedkeys.git', - web => 'https://github.com/davorg/tie-hash-fixedkeys', + url => 'git://github.com/davorg-cpan/tie-hash-fixedkeys.git', + web => 'https://github.com/davorg-cpan/tie-hash-fixedkeys', }, bugtracker => { - web => 'https://github.com/davorg/tie-hash-fixedkeys/issues', + web => 'https://github.com/davorg-cpan/tie-hash-fixedkeys/issues', }, }, },