From c2aece9ddaa516eb0e57fc9b6440f9c7cd428110 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Fri, 8 May 2015 08:52:27 -0500 Subject: switch to soranoba's mustache repo --- rebar.config | 6 +++--- 1 file 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"}}}]}. -- cgit v1.1