diff options
author | Adam Kocoloski <adam@cloudant.com> | 2012-06-16 21:12:29 -0400 |
---|---|---|
committer | Adam Kocoloski <adam@cloudant.com> | 2012-06-16 21:12:29 -0400 |
commit | a15c8ef62f47675c4b661b96ef2e5bdf733932ee (patch) | |
tree | 400bbcd8f57b3b40baec5d52c2c4853c814ec8f3 | |
parent | 32233a7ebacd0cfab1a8ba7177df29ba7c22690b (diff) |
Fix URL for twig
-rw-r--r-- | rebar.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index 1b88e593..d64b82c3 100644 --- a/rebar.config +++ b/rebar.config @@ -27,7 +27,7 @@ {tag, "3.0.2"}}}, {chttpd, ".*", {git, "https://github.com/cloudant/chttpd.git", {tag, "1.4.3"}}}, - {twig, ".*", {git, "https://github.com:cloudant/twig.git", + {twig, ".*", {git, "https://github.com/cloudant/twig.git", {tag, "0.2.1"}}}, {jiffy, ".*", {git, "https://github.com/davisp/jiffy.git", {tag, "0.5.2"}}}, |