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', }, }, },