Browse Source

Allow recursive checkout without https (#1563)

pull/1567/head
Henry Schreiner 7 years ago committed by Wenzel Jakob
parent
commit
0f404a5d4d
  1. 2
      .gitmodules

2
.gitmodules vendored

@ -1,3 +1,3 @@ @@ -1,3 +1,3 @@
[submodule "tools/clang"]
path = tools/clang
url = https://github.com/wjakob/clang-cindex-python3
url = ../../wjakob/clang-cindex-python3

Loading…
Cancel
Save