Skip to content

Commit

Permalink
gitmodules: use http protocol for git2cl module
Browse files Browse the repository at this point in the history
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 <edgar.grimberg@gmail.com>
  • Loading branch information
edgargrimberg authored and oharboe committed Feb 21, 2011
1 parent 2bd6a47 commit 6ebac1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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

0 comments on commit 6ebac1b

Please sign in to comment.