summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"}}}]}.