Skip to content

Commit d2c3566

Browse files
committed
Update bugtracker and repository URLs
(cherry picked from commit 0d853a6437ac479adece3251b9873ddc8d33c14d) Signed-off-by: Nicolas R <atoomic@cpan.org>
1 parent 8a3f88f commit d2c3566

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dist/Devel-PPPort/Makefile.PL

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@ sub configure
8686
},
8787
resources => {
8888
bugtracker => {
89-
web => 'https://rt.perl.org/rt3/',
89+
web => 'https://github.com/Dual-Life/Devel-PPPort/issues',
9090
},
9191
repository => {
9292
type => 'git',
93-
url => 'git://perl5.git.perl.org/perl.git',
94-
web => 'https://perl5.git.perl.org/perl.git',
93+
url => 'git://github.com/Dual-Life/Devel-PPPort.git',
94+
web => 'https://github.com/Dual-Life/Devel-PPPort',
9595
},
9696
},
9797
};

0 commit comments

Comments
 (0)