THRIFT-3661 Use https to download meck in erlang test build
Client: Build (Ernalg)
Patch: Nobuaki Sukegawa
This closes #888
diff --git a/lib/erl/rebar.test.config b/lib/erl/rebar.test.config
index 204f7ee..12515b7 100644
--- a/lib/erl/rebar.test.config
+++ b/lib/erl/rebar.test.config
@@ -1,5 +1,5 @@
{erl_opts, [{platform_define, "^R.*", otp16_or_less}, debug_info]}.
{deps, [
- {meck, "", {git, "git://github.com/eproxus/meck.git", {tag, "0.8.2"}}}
+ {meck, "", {git, "https://github.com/eproxus/meck.git", {tag, "0.8.2"}}}
]}.