Use https for submodule
This silences a QA warning on Gentoo and should reduce the risk of MITM attacks against users.
This commit is contained in:
parent
b3e923572a
commit
64e6bfe1d5
|
@ -1,3 +1,3 @@
|
||||||
[submodule "util"]
|
[submodule "util"]
|
||||||
path = util
|
path = util
|
||||||
url = git://github.com/thestinger/util.git
|
url = https://github.com/thestinger/util.git
|
||||||
|
|
Loading…
Reference in New Issue