In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/77bf4cdbabb6c9b504a1c6c8800bb6bad4f9f3b5?hp=b885970537e1e499804e5690c5cc83f2dfcc9a55>

- Log -----------------------------------------------------------------
commit 77bf4cdbabb6c9b504a1c6c8800bb6bad4f9f3b5
Author: Max Maischein <cor...@corion.net>
Date:   Fri Oct 11 10:50:18 2019 +0200

    Update URLs in META.* to https://

-----------------------------------------------------------------------

Summary of changes:
 META.json        | 6 +++---
 META.yml         | 6 +++---
 Porting/makemeta | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/META.json b/META.json
index 4696ae5386..fb3589b5eb 100644
--- a/META.json
+++ b/META.json
@@ -119,12 +119,12 @@
       "bugtracker" : {
          "web" : "https://rt.perl.org/";
       },
-      "homepage" : "http://www.perl.org/";,
+      "homepage" : "https://www.perl.org/";,
       "license" : [
-         "http://dev.perl.org/licenses/";
+         "https://dev.perl.org/licenses/";
       ],
       "repository" : {
-         "url" : "http://perl5.git.perl.org/";
+         "url" : "https://perl5.git.perl.org/";
       }
    },
    "version" : "5.031005",
diff --git a/META.yml b/META.yml
index dc87a0e630..1af41573fe 100644
--- a/META.yml
+++ b/META.yml
@@ -111,8 +111,8 @@ no_index:
     - vxs.inc
 resources:
   bugtracker: https://rt.perl.org/
-  homepage: http://www.perl.org/
-  license: http://dev.perl.org/licenses/
-  repository: http://perl5.git.perl.org/
+  homepage: https://www.perl.org/
+  license: https://dev.perl.org/licenses/
+  repository: https://perl5.git.perl.org/
 version: '5.031005'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff --git a/Porting/makemeta b/Porting/makemeta
index a5fa5a45dc..b4124d9c2f 100644
--- a/Porting/makemeta
+++ b/Porting/makemeta
@@ -47,14 +47,14 @@ my $distmeta = {
   'dynamic_config' => 1,
   'resources' => {
     'repository' => {
-      'url' => 'http://perl5.git.perl.org/'
+      'url' => 'https://perl5.git.perl.org/'
     },
-    'homepage' => 'http://www.perl.org/',
+    'homepage' => 'https://www.perl.org/',
     'bugtracker' => {
       'web' => 'https://rt.perl.org/'
     },
     'license' => [
-      'http://dev.perl.org/licenses/'
+      'https://dev.perl.org/licenses/'
     ],
   },
 };

-- 
Perl5 Master Repository

Reply via email to