Browse Source

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 <edgar.grimberg@gmail.com>
tags/v0.5.0-rc1
Edgar Grimberg 13 years ago
committed by Øyvind Harboe
parent
commit
6ebac1b829
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .gitmodules

+ 1
- 1
.gitmodules View File

@@ -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

Loading…
Cancel
Save