From 6ebac1b829fe1a04cae6fa29bf67d53c4fbe2023 Mon Sep 17 00:00:00 2001 From: Edgar Grimberg Date: Mon, 21 Feb 2011 00:07:39 +0100 Subject: gitmodules: use http protocol for git2cl module Use the http protocol for git2cl module, as it makes it easier for the firewall safe mirror to keep all submodules firewall safe. Signed-off-by: Edgar Grimberg --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 0b6ed6f0..f23a5d4b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "tools/git2cl"] path = tools/git2cl - url = git://repo.or.cz/git2cl.git + url = http://repo.or.cz/r/git2cl.git [submodule "jimtcl"] path = jimtcl url = http://repo.or.cz/r/jimtcl.git -- cgit v1.2.3