diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2015-05-08 10:19:44 -0400 |
---|---|---|
committer | Fred Hebert <mononcqc@ferd.ca> | 2015-05-08 10:19:44 -0400 |
commit | b5661bd836bdac3eb13560ea3f2cbe01ac9a2288 (patch) | |
tree | 3404b0a1e191a323dbd9cb7575098a27620b4976 | |
parent | f79b14068f9e65da9c4719411c537bf14248e7c9 (diff) | |
parent | c2aece9ddaa516eb0e57fc9b6440f9c7cd428110 (diff) |
Merge pull request #396 from tsloughter/master
use mustache as a dep
-rw-r--r-- | rebar.config | 6 |
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"}}}]}. |