erlang: use https instead of git for dependency URL
authorRoger Meier <roger@apache.org>
Sun, 26 Jan 2014 13:57:38 +0000 (14:57 +0100)
committerRoger Meier <roger@apache.org>
Sun, 26 Jan 2014 13:57:38 +0000 (14:57 +0100)
lib/erl/rebar.config

index 2728cb3..ec827d6 100644 (file)
@@ -1,5 +1,5 @@
 {erl_opts, [debug_info]}.
 {lib_dirs, ["deps"]}.
 {deps, [
-         { jsx, "1.2.1", {git, "git://github.com/talentdeficit/jsx.git", {tag, "v1.2.1"}}}
+         { jsx, "1.2.1", {git, "https://github.com/talentdeficit/jsx.git", {tag, "v1.2.1"}}}
        ]}.