Maxim Sokhatsky 12 years ago
parent
commit
e6ee5671f9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rebar.config

+ 1 - 1
rebar.config

@@ -2,5 +2,5 @@
 {deps_dir, ["deps"]}.
 {deps,[
     {mqs,        ".*",    {git, "git@github.com:synrc/mqs.git", "master"}},
-    {riak_kv,    ".*",    {git, "git://github.com/basho/riak_kv.git", {tag,"1.3.2"}}}
+    {riak_kv,    ".*",    {git, "git@github.com:voxoz/riak_kv.git", {tag,"1.3.2-voxoz"}}}
 ]}.