Use https for submodule

The git protocol provides no transport security. https does provide
transport security and should be preferred by default. https is also
more likely than git to be permitted by firewalls in restricted
environments.

Signed-off-by: Daniel M. Weeks <dan@danweeks.net>
这个提交包含在:
Daniel M. Weeks 2017-09-20 11:17:29 -04:00 提交者 Jason A. Donenfeld
父节点 51cc456b77
当前提交 de29788338
共有 1 个文件被更改,包括 1 次插入1 次删除

2
.gitmodules vendored
查看文件

@ -1,3 +1,3 @@
[submodule "git"]
url = git://git.kernel.org/pub/scm/git/git.git
url = https://git.kernel.org/pub/scm/git/git.git
path = git