diff options
author | Tristan Sloughter <t@crashfast.com> | 2014-11-07 19:30:53 -0600 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2014-11-07 19:30:53 -0600 |
commit | 8bd6a7088f2faf7ee14db50fd1880120edbe1c6a (patch) | |
tree | 80fec51ce42c6ecd45915c8c13320dc37ef411a6 | |
parent | deca5d9edb098fd8722ddef3b1c4d63cc9481c74 (diff) |
switch back to erlware relx repo
-rw-r--r-- | rebar.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index 4cc0168..2ba3ee2 100644 --- a/rebar.config +++ b/rebar.config @@ -35,7 +35,7 @@ {git, "https://github.com/tsloughter/providers.git", {branch, "master"}}}, {relx, "", - {git, "https://github.com/tsloughter/relx.git", + {git, "https://github.com/erlware/relx.git", {branch, "master"}}}, {getopt, "", {git, "https://github.com/jcomellas/getopt.git", {branch, "master"}}}]}. |