aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
authorEric <[email protected]>2012-10-23 09:49:19 -0500
committerJordan Wilberding <[email protected]>2012-10-24 11:30:00 -0600
commit72ba688b5b18e68d0e04a583a84cdce012ced741 (patch)
tree796694dee39af345511dc7dc8a1af17d85fc449d /rebar.config
parentd880e6e385ac49ecfe67449a25c1fd95b4e1f882 (diff)
downloadrelx-72ba688b5b18e68d0e04a583a84cdce012ced741.tar.gz
relx-72ba688b5b18e68d0e04a583a84cdce012ced741.tar.bz2
relx-72ba688b5b18e68d0e04a583a84cdce012ced741.zip
fix the reference to neotoma in rebar.config
Signed-off-by: Jordan Wilberding <[email protected]>
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config5
1 files changed, 2 insertions, 3 deletions
diff --git a/rebar.config b/rebar.config
index 5fe6e92..2211100 100644
--- a/rebar.config
+++ b/rebar.config
@@ -3,9 +3,8 @@
{deps, [{rebar_vsn_plugin, ".*",
{git, "https://github.com/erlware/rebar_vsn_plugin.git",
{tag, "master"}}},
- {neotoma, "",
- {git, "https://github.com/ericbmerritt/neotoma.git",
- {tag, "master"}}},
+ {neotoma, ".*",
+ {git, "https://github.com/seancribbs/neotoma.git", {branch, "master"}}},
{erlware_commons, ".*",
{git, "https://github.com/erlware/erlware_commons.git",
{branch, "next"}}},