commit | 799509a5cfe2a4d9880c09a91e6586c378ebf236 | [log] [tgz] |
---|---|---|
author | Paul J. Davis <paul.joseph.davis@gmail.com> | Mon Aug 25 02:37:31 2014 -0500 |
committer | Paul J. Davis <paul.joseph.davis@gmail.com> | Mon Aug 25 02:37:31 2014 -0500 |
tree | cee9767112de22f72a5ab651d7450194c118e1a9 | |
parent | 7ef26cdbea2b6296c92acadd3241bb7b701bf241 [diff] |
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"}}} ]}.