summaryrefslogtreecommitdiff
path: root/open-source-lorries/perl.lorry
diff options
context:
space:
mode:
Diffstat (limited to 'open-source-lorries/perl.lorry')
-rw-r--r--open-source-lorries/perl.lorry11
1 files changed, 7 insertions, 4 deletions
diff --git a/open-source-lorries/perl.lorry b/open-source-lorries/perl.lorry
index 8cc953d..1d5c784 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/*"
+ "blead", "maint-1.0", "maint-5.004",
+ "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/*"
]
}
}