Use ASF mirror of meck
diff --git a/rebar.config b/rebar.config
index d775509..d9b2970 100644
--- a/rebar.config
+++ b/rebar.config
@@ -2,7 +2,7 @@
 
 {deps, [
     {'bear', ".*", {git, "git://github.com/boundary/bear.git", {tag, "0.8.1"}}},
-    {meck, ".*", {git, "git://github.com/eproxus/meck", {tag, "0.8.2"}}}
+    {meck, ".*", {git, "https://git-wip-us.apache.org/repos/asf/couchdb-meck.git", {tag, "0.8.2"}}}
 ]}.
 
 {erl_opts, [debug_info]}.