Browse Source

switch to soranoba's mustache repo

pull/396/head
Tristan Sloughter 10 years ago
parent
commit
c2aece9dda
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      rebar.config

+ 3
- 3
rebar.config View File

@ -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"}}}]}.

Loading…
Cancel
Save