Skip to content

Commit 6579c3d

Browse files
committed
Update repository and bugtracker URLs to GitHub in makemeta
1 parent 859b78b commit 6579c3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Porting/makemeta

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ my $distmeta = {
4747
'dynamic_config' => 1,
4848
'resources' => {
4949
'repository' => {
50-
'url' => 'https://perl5.git.perl.org/'
50+
'url' => 'https://github.com/Perl/perl5'
5151
},
5252
'homepage' => 'https://www.perl.org/',
5353
'bugtracker' => {
54-
'web' => 'https://rt.perl.org/'
54+
'web' => 'https://github.com/Perl/perl5/issues'
5555
},
5656
'license' => [
5757
'https://dev.perl.org/licenses/'

0 commit comments

Comments
 (0)