From c1709f8c0c039258c755bf53308438817ad4c136 Mon Sep 17 00:00:00 2001 From: Emil Ivanichkov Date: Mon, 4 Mar 2024 15:15:15 +0200 Subject: [PATCH] config(git): Use `https` in `.gitmodules` --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 11965bb..6cadd16 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "vendor/zerokit"] path = vendor/zerokit - url = git@github.com:vacp2p/zerokit.git + url = https://github.com/vacp2p/zerokit.git