summaryrefslogtreecommitdiff
path: root/lib/erl
diff options
context:
space:
mode:
authorNobuaki Sukegawa <nsuke@apache.org>2016-02-22 20:57:24 +0900
committerNobuaki Sukegawa <nsuke@apache.org>2016-02-22 23:26:27 +0900
commita4e0c92fd466f5570957579da81195d97cb8e7de (patch)
treef606fc17c6117d5487cf504016ad0aa31299b9a3 /lib/erl
parent008283de6c93e300891cbeff0d1b3b683ad7c9ed (diff)
downloadthrift-a4e0c92fd466f5570957579da81195d97cb8e7de.tar.gz
THRIFT-3661 Use https to download meck in erlang test build
Client: Build (Ernalg) Patch: Nobuaki Sukegawa This closes #888
Diffstat (limited to 'lib/erl')
-rw-r--r--lib/erl/rebar.test.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/erl/rebar.test.config b/lib/erl/rebar.test.config
index 204f7ee72..12515b7b5 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"}}}
]}.