1
1
mirror of https://github.com/github/semantic.git synced 2024-11-27 03:09:48 +03:00

Use an SSH URL for the submodule.

This commit is contained in:
Rob Rix 2016-01-07 15:31:19 -05:00
parent acca7224d5
commit cf72f0698e

2
.gitmodules vendored
View File

@ -1,6 +1,6 @@
[submodule "vendor/tree-sitter-parsers"]
path = vendor/tree-sitter-parsers
url = https://github.com/github/tree-sitter-parsers
url = git@github.com:github/tree-sitter-parsers.git
[submodule "vendor/text-icu"]
path = vendor/text-icu
url = https://github.com/joshvera/text-icu