From 579e7a157f7e8a62e3b0b7ed641463b7a64abc07 Mon Sep 17 00:00:00 2001 From: Paul Sherwood Date: Wed, 23 Apr 2014 15:36:25 +0000 Subject: fix the redis url --- open-source-lorries/redis.lorry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'open-source-lorries/redis.lorry') diff --git a/open-source-lorries/redis.lorry b/open-source-lorries/redis.lorry index 6f6b075..6fc9c65 100644 --- a/open-source-lorries/redis.lorry +++ b/open-source-lorries/redis.lorry @@ -1,6 +1,6 @@ { "redis": { "type": "git", - "url": "git@github.com:antirez/redis.git" + "url": "git://github.com/antirez/redis.git" } } -- cgit v1.2.1