Skip to content

Commit a685dca

Browse files
committed
fix dep URIs
Signed-off-by: Alejandro M. Ramallo <[email protected]>
1 parent 0a8bf8d commit a685dca

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

rebar.config

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,14 @@
2929
{edoc_opts, [{preprocess, true}]}.
3030

3131
{project_plugins, [
32-
{rebar3_proper, "0.10.1"},
33-
{rebar3_run, {git, "git://github.com/tsloughter/rebar3_run.git", {branch, "master"}}}
32+
{rebar3_proper, "0.10.1"}
3433
]}.
3534

3635
{profiles, [
3736
{test, [
3837
{extra_src_dirs, ["protocols"]},
3938

40-
{deps, [{eredis, {git, "git://github.com/wooga/eredis.git", {tag, "master"}}},
39+
{deps, [{eredis, {git, "https://github.com/wooga/eredis.git", {tag, "master"}}},
4140
{jsx, "2.8.0"},
4241
{proper, "1.2.0"},
4342
recon]},

0 commit comments

Comments
 (0)