From bea7953ecf34a6316be9f59a09ebbf69c8cc7078 Mon Sep 17 00:00:00 2001 From: Dave Cross Date: Tue, 23 Jan 2024 13:25:11 +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 3096858..cdd26f3 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -26,11 +26,11 @@ WriteMakefile( resources => { repository => { type => 'git', - url => 'git://github.com/davorg/svg-timeline.git', - web => 'https://github.com/davorg/svg-timeline', + url => 'git://github.com/davorg-cpan/svg-timeline.git', + web => 'https://github.com/davorg-cpan/svg-timeline', }, bugtracker => { - web => 'https://github.com/davorg/svg-timeline/issues', + web => 'https://github.com/davorg-cpan/svg-timeline/issues', }, }, },