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>
This commit is contained in:
Daniel M. Weeks 2017-09-20 11:17:29 -04:00 committed by 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