From a0be2a9a0138da50e745816da77b134f1e9bcd02 Mon Sep 17 00:00:00 2001 From: arkpar Date: Mon, 8 Feb 2016 00:46:59 +0100 Subject: [PATCH] Submodule over https --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 95ac098ec..06b71f6ae 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "ethcore/res/ethereum/tests"] path = ethcore/res/ethereum/tests - url = git@github.com:ethereum/tests - branch = develop \ No newline at end of file + url = https://github.com/ethereum/tests.git + branch = develop