summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2015-05-08 08:52:27 -0500
committerTristan Sloughter <t@crashfast.com>2015-05-08 08:52:27 -0500
commitc2aece9ddaa516eb0e57fc9b6440f9c7cd428110 (patch)
tree0a0876e823a2c4aa199b2a82411b82ad1a2206e8
parentb3d444ef67f91815d4ac12a393b5e905b01ebcc3 (diff)
switch to soranoba's mustache repo
-rw-r--r--rebar.config6
1 files changed, 3 insertions, 3 deletions
diff --git a/rebar.config b/rebar.config
index 56a49a2..2656e2b 100644
--- a/rebar.config
+++ b/rebar.config
@@ -11,9 +11,9 @@
{relx, "",
{git, "https://github.com/tsloughter/relx.git",
{branch, "mustache"}}},
- {mustache, "",
- {git, "https://github.com/tsloughter/mustache.git",
- {branch, "master"}}},
+ {mustache, ".*",
+ {git, "https://github.com/soranoba/mustache.git",
+ {branch, "master"}}},
{getopt, "",
{git, "https://github.com/jcomellas/getopt.git",
{branch, "master"}}}]}.