From 257488c5d56bae8e00d5e9ef663e72c705ce3b08 Mon Sep 17 00:00:00 2001 From: Mark Doffman Date: Tue, 24 Sep 2013 14:19:25 +0000 Subject: Change ceph repository to use git rather than https protocol. --- open-source-lorries/ceph.lorry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/open-source-lorries/ceph.lorry b/open-source-lorries/ceph.lorry index b512abb..ea9c6bb 100644 --- a/open-source-lorries/ceph.lorry +++ b/open-source-lorries/ceph.lorry @@ -1,6 +1,6 @@ { "ceph": { "type": "git", - "url": "https://github.com/ceph/ceph.git" + "url": "git://github.com/ceph/ceph.git" } } -- cgit v1.2.1