Browse Source

Merge pull request #23 from asynchrony/mc-change-deps-uris

Change deps URIs from git to https protocols
Ulf Wiger 13 years ago
parent
commit
96da825eb3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      rebar.config

+ 2 - 2
rebar.config

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