From 83537d8b401761bc33258e9d2532cdd35b386810 Mon Sep 17 00:00:00 2001 From: Dave Cross Date: Tue, 23 Jan 2024 13:26:12 +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 b46fd20..1f755ef 100644 --- a/Build.PL +++ b/Build.PL @@ -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', }, }, },