Use HTTPS URLs for the submodules
The git protocol is usually blocked in conference/hotel networks, and it is vulnerable to MITM attacks.
This commit is contained in:
parent
7b60d36181
commit
619a69d53c
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -1,6 +1,6 @@
|
|||||||
[submodule "data/theme/gnome-shell-sass"]
|
[submodule "data/theme/gnome-shell-sass"]
|
||||||
path = 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"]
|
[submodule "subprojects/gvc"]
|
||||||
path = subprojects/gvc
|
path = subprojects/gvc
|
||||||
url = git://git.gnome.org/libgnome-volume-control
|
url = https://git.gnome.org/browse/libgnome-volume-control
|
||||||
|
Loading…
Reference in New Issue
Block a user