From c11bcbb16820d6fb1cd8c189a910c5780eea7bb1 Mon Sep 17 00:00:00 2001 From: Dave Cross Date: Tue, 23 Jan 2024 13:19:57 +0000 Subject: [PATCH] Fix GitHub URLs --- Makefile.PL | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index cf5dd10..9171b04 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -28,11 +28,11 @@ WriteMakefile( resources => { repository => { type => 'git', - url => 'https://github.com/davorg/app-aphra.git', - web => 'https://github.com/davorg/app-aphra', + url => 'https://github.com/davorg-cpan/app-aphra.git', + web => 'https://github.com/davorg-cpan/app-aphra', }, bugtracker => { - web => 'https://github.com/davorg/app-aphra/issues', + web => 'https://github.com/davorg-cpan/app-aphra/issues', }, }, },