Use https for dependencies
diff --git a/rebar.config b/rebar.config
index 56a2da0..66bfb17 100644
--- a/rebar.config
+++ b/rebar.config
@@ -2,7 +2,7 @@
 {erl_first_files, ["src/lager_util.erl"]}.
 {deps, [
         {goldrush, "0\.1\.6",
-         {git, "http://git-wip-us.apache.org/repos/asf/couchdb-goldrush.git",
+         {git, "https://git-wip-us.apache.org/repos/asf/couchdb-goldrush.git",
           {tag, "0.1.6"}}}
         ]}.