From 3513d133931c54bc1bf38d970864ee8341c6384d Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sat, 25 Feb 2017 09:29:52 +0100 Subject: rebar: Use https --- rebar.config | 2 +- rebar.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rebar.config b/rebar.config index fdbb381..dd10d2c 100644 --- a/rebar.config +++ b/rebar.config @@ -1,6 +1,6 @@ %%-*- mode: erlang -*- {deps, [ - {webmachine, {git, "git://github.com/webmachine/webmachine", {branch, "master"}}} + {webmachine, {git, "https://github.com/webmachine/webmachine", {branch, "master"}}} ]}. {relx, [{release, {'ldapsp', "0.0.1"}, diff --git a/rebar.lock b/rebar.lock index be29bcb..a074cc9 100644 --- a/rebar.lock +++ b/rebar.lock @@ -1,7 +1,7 @@ {"1.1.0", [{<<"mochiweb">>,{pkg,<<"mochiweb">>,<<"2.12.2">>},1}, {<<"webmachine">>, - {git,"git://github.com/webmachine/webmachine", + {git,"https://github.com/webmachine/webmachine", {ref,"b4758b51c05e8f4e8898a70b7a14514a8c150ffa"}}, 0}]}. [ -- cgit v1.2.3