From 5c1168c33fe196b377cc56c86946e8cee86ee39b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Chmielowski?= Date: Sun, 29 Jan 2017 14:16:35 +0100 Subject: [PATCH] Change name of pam dep from p1_pam to epam We need to use same name as .app file or rebar complains --- rebar.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rebar.config b/rebar.config index f824f620f..95c2c7aa8 100644 --- a/rebar.config +++ b/rebar.config @@ -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",