Browse Source

Now cross compiles under exodev

Magnus Feuer 13 years ago
parent
commit
86928403b7
1 changed files with 2 additions and 3 deletions
  1. 2 3
      rebar.config

+ 2 - 3
rebar.config

@@ -1,9 +1,8 @@
 %% -*- erlang -*-
 {erl_opts, [debug_info]}.
 {deps, [
-        {edown, ".*", {git, "git://github.com/esl/edown.git", "HEAD"}},
-        {gen_leader, ".*",
-         {git, "git://github.com/abecciu/gen_leader_revival.git", "HEAD"}}
+        {edown, ".*", {git, "git@github.com:Feuerlabs/edown.git", "HEAD"}},
+        {gen_leader, ".*", {git, "git@github.com:Feuerlabs/gen_leader_revival.git", "HEAD"}}
        ]}.
 {dialyzer_opts, [{warnings, [no_unused,
                              no_improper_lists, no_fun_app, no_match,