point to apache goldrush.
diff --git a/rebar.config b/rebar.config
index 6460605..e4ed02d 100644
--- a/rebar.config
+++ b/rebar.config
@@ -2,8 +2,9 @@
 {erl_first_files, ["src/lager_util.erl"]}.
 {deps, [
         {goldrush, "0\.1\.6",
-            {git, "git://github.com/DeadZen/goldrush.git", {tag, "0.1.6"}}}
-       ]}.
+         {git, "http://git-wip-us.apache.org/repos/asf/goldrush.git",
+          {tag, "0.1.6"}}}
+        ]}.
 
 {xref_checks, []}.
 {xref_queries, [{"(XC - UC) || (XU - X - B - lager_default_tracer : Mod)", []}]}.