From 7622ad8093a41b7288a1aa44dd16d3e92ce8f833 Mon Sep 17 00:00:00 2001 From: Seth Falcon Date: Mon, 7 Jan 2013 11:01:28 -0800 Subject: [PATCH] Use public git URL for rabbit_common dep --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index a6b4bc0..63fba5d 100644 --- a/rebar.config +++ b/rebar.config @@ -1,3 +1,3 @@ {deps, [{rabbit_common, ".*", - {git, "git@github.com:seth/rabbit_common.git", "master"}} + {git, "git://github.com/seth/rabbit_common.git", "master"}} ]}.