summaryrefslogtreecommitdiff
path: root/META.json
diff options
context:
space:
mode:
authorDan Book <grinnz@grinnz.com>2019-10-20 12:47:10 -0400
committerTodd Rinaldo <toddr@cpan.org>2019-10-20 18:47:10 +0200
commit47ef154c59e75e9351d27b3bd06d6ac57494193c (patch)
tree2a2b239b3ecfc0a21459e5be099d6982988d8a3f /META.json
parentcff6de5f7a56a31a8570531468ebb7e646047f24 (diff)
downloadperl-47ef154c59e75e9351d27b3bd06d6ac57494193c.tar.gz
Update documentation, comments, metadata to reference GitHub as canonical repository (#1186)
* Update repository and bugtracker URLs to GitHub in makemeta regen META files * Update POD and comments to reference GitHub as canonical repository * Update Porting/corelist.pl to recognize GitHub issue tracker * remove "A note on camel and dromedary" * Remove redundant 'Committing your changes' section
Diffstat (limited to 'META.json')
-rw-r--r--META.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/META.json b/META.json
index c331e61f8b..f44fc2a30a 100644
--- a/META.json
+++ b/META.json
@@ -117,14 +117,14 @@
"release_status" : "unstable",
"resources" : {
"bugtracker" : {
- "web" : "https://rt.perl.org/"
+ "web" : "https://github.com/Perl/perl5/issues"
},
"homepage" : "https://www.perl.org/",
"license" : [
"https://dev.perl.org/licenses/"
],
"repository" : {
- "url" : "https://perl5.git.perl.org/"
+ "url" : "https://github.com/Perl/perl5"
}
},
"version" : "5.031006",