feat: use apache mirrors
diff --git a/rebar.config b/rebar.config
index 3e91875..07d8941 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,8 +1,8 @@
 {sub_dirs, ["deps"]}.
 
 {deps, [
-    {bear, ".*", {git, "https://git-wip-us.apache.org/repos/asf/couchdb-bear.git", "008f48aff819126e281d5ccae80a258bf9bf9c30"}},
-    {meck, ".*", {git, "https://git-wip-us.apache.org/repos/asf/couchdb-meck.git", {tag, "0.8.2"}}}
+    {bear, ".*", {git, "https://github.com/apache/couchdb-bear.git", "008f48aff819126e281d5ccae80a258bf9bf9c30"}},
+    {meck, ".*", {git, "https://github.com/apache/couchdb-meck.git", {tag, "0.8.2"}}}
 ]}.
 
 {erl_opts, [debug_info]}.