summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2014-04-23 15:36:25 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2014-04-23 15:36:25 +0000
commit579e7a157f7e8a62e3b0b7ed641463b7a64abc07 (patch)
treee2b0b78c9cca45ec2cacc71dce8696b58e61b85a
parenteebfe3a190cb3900a7c0d002083eb3eb978cce4e (diff)
downloadlorries-579e7a157f7e8a62e3b0b7ed641463b7a64abc07.tar.gz
fix the redis url
-rw-r--r--open-source-lorries/redis.lorry2
1 files changed, 1 insertions, 1 deletions
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"
}
}