aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
authorEric <[email protected]>2012-10-19 17:48:31 -0500
committerJordan Wilberding <[email protected]>2012-10-24 11:30:00 -0600
commitc9ff1b5f20f147433dfc3bd4992b44a689931088 (patch)
tree50c9cecd077e3f28799f18ffcdf8c0243ed4f8f7 /rebar.config
parentb8cd602020cd8c40a996b064339c48e9260fb785 (diff)
downloadrelx-c9ff1b5f20f147433dfc3bd4992b44a689931088.tar.gz
relx-c9ff1b5f20f147433dfc3bd4992b44a689931088.tar.bz2
relx-c9ff1b5f20f147433dfc3bd4992b44a689931088.zip
make sure the rebar config is pointing to the right erlware
Signed-off-by: Jordan Wilberding <[email protected]>
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index 160315a..442e1b5 100644
--- a/rebar.config
+++ b/rebar.config
@@ -3,7 +3,7 @@
{deps, [{neotoma, "",
{git, "https://github.com/ericbmerritt/neotoma.git", {tag, "1.5.1"}}},
{erlware_commons, ".*",
- {git, "https://github.com/ericbmerritt/erlware_commons.git",
+ {git, "https://github.com/erlware/erlware_commons.git",
{branch, "next"}}},
{getopt, "",
{git, "https://github.com/jcomellas/getopt.git", {tag, "v0.5.1"}}}]}.