Change name of pam dep from p1_pam to epam

We need to use same name as .app file or rebar complains
This commit is contained in:
Paweł Chmielowski 2017-01-29 14:16:35 +01:00
parent dd458c637e
commit 5c1168c33f
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@
{tag, "1.1.2"}}}},
{if_var_true, sqlite, {sqlite3, ".*", {git, "https://github.com/processone/erlang-sqlite3",
{tag, "1.1.5"}}}},
{if_var_true, pam, {p1_pam, ".*", {git, "https://github.com/processone/epam",
{tag, "1.0.0"}}}},
{if_var_true, pam, {epam, ".*", {git, "https://github.com/processone/epam",
{tag, "1.0.1"}}}},
{if_var_true, zlib, {ezlib, ".*", {git, "https://github.com/processone/ezlib",
{tag, "1.0.2"}}}},
{if_var_true, riak, {riakc, ".*", {git, "https://github.com/basho/riak-erlang-client",