diff options
Diffstat (limited to 'open-source-lorries')
-rw-r--r-- | open-source-lorries/perl.lorry | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/open-source-lorries/perl.lorry b/open-source-lorries/perl.lorry index 8cc953d..abcc5e4 100644 --- a/open-source-lorries/perl.lorry +++ b/open-source-lorries/perl.lorry @@ -1,11 +1,14 @@ { "perl": { "type": "git", - "url": "git://perl5.git.perl.org/perl.git", + "url": "https://github.com/perl/perl5.git", "refspecs": [ "blead", "compile", "maint-1.0", "maint-5.004", - "maint-5.005", "maint-5.6", "maint-5.10", "maint-5.12", - "maint-5.14", "refs/tags/*" + "maint-5.005", "maint-5.6", "maint-5.8", "maint-5.10", + "maint-5.12", "maint-5.14", "maint-5.16", "maint-5.18", + "maint-5.20", "maint-5.22", "maint-5.24", "maint-5.26", + "maint-5.28", "maint-5.30", "maint-5.32", + "refs/tags/*" ] } } |