config(git): Use `https` in `.gitmodules`
This commit is contained in:
parent
ee19a3a443
commit
c1709f8c0c
|
@ -1,3 +1,3 @@
|
||||||
[submodule "vendor/zerokit"]
|
[submodule "vendor/zerokit"]
|
||||||
path = vendor/zerokit
|
path = vendor/zerokit
|
||||||
url = git@github.com:vacp2p/zerokit.git
|
url = https://github.com/vacp2p/zerokit.git
|
||||||
|
|
Loading…
Reference in New Issue