From e936e56316cb645e3e1192095b9249e9735b2467 Mon Sep 17 00:00:00 2001 From: Dave Cross Date: Tue, 23 Jan 2024 13:27:55 +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 29d30ae..36819ad 100644 --- a/Build.PL +++ b/Build.PL @@ -20,11 +20,11 @@ my $build = Module::Build->new( resources => { repository => { type => 'git', - url => 'git://github.com/davorg/tie-hash-cannabinol.git', - web => 'https://github.com/davorg/tie-hash-cannabinol', + url => 'git://github.com/davorg-cpan/tie-hash-cannabinol.git', + web => 'https://github.com/davorg-cpan/tie-hash-cannabinol', }, bugtracker => { - web => 'https://github.com/davorg/tie-hash-cannabinol/issues', + web => 'https://github.com/davorg-cpan/tie-hash-cannabinol/issues', }, }, },