Skip to content

Commit 5881a8b

Browse files
committed
fix deps
1 parent 5e14673 commit 5881a8b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

rebar.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
{deps, [
77
{bson, ".*",
8-
{git, "git://github.com/comtihon/bson-erlang", {tag, "v0.2.4"}}},
8+
{git, "https://github.com/comtihon/bson-erlang.git", {tag, "v0.2.4"}}},
99
{pbkdf2, ".*",
10-
{git, "git://github.com/comtihon/erlang-pbkdf2.git", {tag, "2.0.1"}}},
10+
{git, "https://github.com/comtihon/erlang-pbkdf2.git", {tag, "2.0.1"}}},
1111
{poolboy, ".*",
12-
{git, "git://github.com/comtihon/poolboy.git", {branch, "1.6.1"}}}
12+
{git, "https://github.com/comtihon/poolboy.git", {branch, "1.6.1"}}}
1313
]}.
1414

1515
{clean_files, [

rebar3

9.65 KB
Binary file not shown.

0 commit comments

Comments
 (0)