From 8914aa64568771281baaee748512dc60026db3af Mon Sep 17 00:00:00 2001 From: Konrad Kaplita Date: Mon, 11 Jun 2012 09:50:02 +0200 Subject: [PATCH] Changed git URL for of_protocol repo in deps --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 723e7ca..f99aa05 100644 --- a/rebar.config +++ b/rebar.config @@ -10,7 +10,7 @@ {deps, [ {lager, ".*", {git, "git://github.com/basho/lager.git", "master"}}, - {of_protocol, ".*", {git, "git@github.com:esl/of_protocol.git", "master"}}, + {of_protocol, ".*", {git, "git@github.com:FlowForwarding/LINC-OF-Protocol.git", "master"}}, {meck, "0\.7\..*", {git, "git://github.com/eproxus/meck.git", "master"}}, {pkt, ".*", {git, "git://github.com/esl/pkt.git", "master"}}, {procket, ".*", {git, "git://github.com/msantos/procket.git", "master"}},