summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Hebert <mononcqc@ferd.ca>2015-05-08 10:19:44 -0400
committerFred Hebert <mononcqc@ferd.ca>2015-05-08 10:19:44 -0400
commitb5661bd836bdac3eb13560ea3f2cbe01ac9a2288 (patch)
tree3404b0a1e191a323dbd9cb7575098a27620b4976
parentf79b14068f9e65da9c4719411c537bf14248e7c9 (diff)
parentc2aece9ddaa516eb0e57fc9b6440f9c7cd428110 (diff)
Merge pull request #396 from tsloughter/master
use mustache as a dep
-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"}}}]}.