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>
Este commit está contenido en:
Daniel M. Weeks 2017-09-20 11:17:29 -04:00 cometido por Jason A. Donenfeld
padre 51cc456b77
commit de29788338
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

2
.gitmodules vendido
Ver fichero

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