From da566feda7f5cf0e2206a346d5528b1d48ca0586 Mon Sep 17 00:00:00 2001 From: Dave Cross Date: Tue, 23 Jan 2024 13:22:33 +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 545a8fb..6a9c7e1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -19,11 +19,11 @@ WriteMakefile( resources => { repository => { type => 'git', - url => 'git://github.com/davorg/genealogy-ancestorchart.git', - web => 'https://github.com/davorg/genealogy-ancestorchart', + url => 'git://github.com/davorg-cpan/genealogy-ancestorchart.git', + web => 'https://github.com/davorg-cpan/genealogy-ancestorchart', }, bugtracker => { - web => 'https://github.com/davorg/genealogy-ancestorchart/issues', + web => 'https://github.com/davorg-cpan/genealogy-ancestorchart/issues', }, }, },