cgit

commit de297883385030f4bdcd2f5c3839d1187611b949

Author: Daniel M. Weeks <dan@danweeks.net>

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>

 .gitmodules | 2 +-


diff --git a/.gitmodules b/.gitmodules
index 1daea942e6eeb393d0a8af2355a97537faf113ad..5c6ecb4f89fdd7147ddd693e99a18aebc8af901d 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -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