From 619a69d53c4288dfb880724fd51eeb1fb8f99c28 Mon Sep 17 00:00:00 2001 From: Mathieu Bridon Date: Wed, 2 Aug 2017 16:25:44 +0200 Subject: [PATCH] Use HTTPS URLs for the submodules The git protocol is usually blocked in conference/hotel networks, and it is vulnerable to MITM attacks. --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 9546d8c80..475cfb581 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "data/theme/gnome-shell-sass"] path = data/theme/gnome-shell-sass - url = git://git.gnome.org/gnome-shell-sass + url = https://git.gnome.org/browse/gnome-shell-sass [submodule "subprojects/gvc"] path = subprojects/gvc - url = git://git.gnome.org/libgnome-volume-control + url = https://git.gnome.org/browse/libgnome-volume-control