From df5e3fd7d0a7cbd9095df2bf4997abe09daa6be8 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 7 Sep 2020 16:23:42 +0100 Subject: Update URLs for Apache projects Apache hosts Git mirrors for some of their projects, but: * They no longer support git native protocol. For ant, thrift, and zookeeper, change URLs to use the https: scheme. * For apr and httpd, those mirrors have gone away. Point to Apache's mirrors of them on GitHub instead. The GitHub mirror of apr is not actually being updated at the moment, but we also have "libapr" tracking the Subversion repository. Set a description referring to that. --- open-source-lorries/thrift.lorry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'open-source-lorries/thrift.lorry') 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" } } -- cgit v1.2.1