summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-02-25 09:29:52 +0100
committerGuido Günther <agx@sigxcpu.org>2017-02-26 19:42:33 +0100
commit3513d133931c54bc1bf38d970864ee8341c6384d (patch)
tree2dabb8d5450c32445105a9c22d6a0dd58bc4832b
parent4b9ed81166b40e3c2690f7505348bfc889eaf272 (diff)
rebar: Use https
-rw-r--r--rebar.config2
-rw-r--r--rebar.lock2
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}]}.
[