summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--open-source-lorries/apache-projects.lorry5
-rw-r--r--open-source-lorries/java.lorry2
-rw-r--r--open-source-lorries/thrift.lorry2
-rw-r--r--open-source-lorries/zookeeper.lorry2
4 files changed, 6 insertions, 5 deletions
diff --git a/open-source-lorries/apache-projects.lorry b/open-source-lorries/apache-projects.lorry
index 74fa0e9..5e76ee5 100644
--- a/open-source-lorries/apache-projects.lorry
+++ b/open-source-lorries/apache-projects.lorry
@@ -1,10 +1,11 @@
{
"apache/apr": {
"type": "git",
- "url": "git://git.apache.org/apr.git"
+ "url": "https://github.com/apache/apr.git",
+ "description": "github.com: apache/apr.git. This may lag behind the Subversion repository, mirrored as libapr.git."
},
"apache/httpd": {
"type": "git",
- "url": "git://git.apache.org/httpd.git"
+ "url": "https://github.com/apache/httpd.git"
}
}
diff --git a/open-source-lorries/java.lorry b/open-source-lorries/java.lorry
index ee5d7a0..0650790 100644
--- a/open-source-lorries/java.lorry
+++ b/open-source-lorries/java.lorry
@@ -1,6 +1,6 @@
{
"java/ant": {
"type": "git",
- "url": "git://git.apache.org/ant.git"
+ "url": "https://git.apache.org/repos/asf/ant.git"
}
}
diff --git a/open-source-lorries/thrift.lorry b/open-source-lorries/thrift.lorry
index bbd9ad3..f6aee64 100644
--- a/open-source-lorries/thrift.lorry
+++ b/open-source-lorries/thrift.lorry
@@ -1,6 +1,6 @@
{
"thrift": {
"type": "git",
- "url": "git://git.apache.org/thrift.git"
+ "url": "https://git.apache.org/repos/asf/thrift.git"
}
}
diff --git a/open-source-lorries/zookeeper.lorry b/open-source-lorries/zookeeper.lorry
index 497d39a..db75ec0 100644
--- a/open-source-lorries/zookeeper.lorry
+++ b/open-source-lorries/zookeeper.lorry
@@ -1,6 +1,6 @@
{
"zookeeper": {
"type": "git",
- "url": "git://git.apache.org/zookeeper.git"
+ "url": "https://git.apache.org/repos/asf/zookeeper.git"
}
}