]> granicus.if.org Git - ejabberd/commitdiff
Change name of pam dep from p1_pam to epam
authorPaweł Chmielowski <pchmielowski@process-one.net>
Sun, 29 Jan 2017 13:16:35 +0000 (14:16 +0100)
committerPaweł Chmielowski <pchmielowski@process-one.net>
Sun, 29 Jan 2017 13:26:46 +0000 (14:26 +0100)
We need to use same name as .app file or rebar complains

rebar.config

index f824f620f41a222b2d17c68102cb959306e15364..95c2c7aa8916b6e1b7a11c1dbcd7dbd340fd58d6 100644 (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",