From 3cf313f130d3c31c7f15dedb93e45dca2a05e084 Mon Sep 17 00:00:00 2001 From: Dave Cross Date: Tue, 23 Jan 2024 13:27:38 +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 61fb6db..6c2ea4a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -19,11 +19,11 @@ WriteMakefile( resources => { repository => { type => 'git', - url => 'https://github.com/davorg/template-provider-pandoc.git', - web => 'https://github.com/davorg/template-provider-pandoc', + url => 'https://github.com/davorg-cpan/template-provider-pandoc.git', + web => 'https://github.com/davorg-cpan/template-provider-pandoc', }, bugtracker => { - web => 'https://github.com/davorg/template-provider-pandoc/issues', + web => 'https://github.com/davorg-cpan/template-provider-pandoc/issues', }, }, }