From 43a81e61bf7877faa1e5e9d6f0fc2e594609bc32 Mon Sep 17 00:00:00 2001 From: Armenak Baburyan <1723973+armenak-baburyan@users.noreply.github.com> Date: Fri, 8 Jul 2022 20:52:17 +0400 Subject: [PATCH] Update .gitmodules use https protocol --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index bd5347d..9960d15 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "vendor/tmux-mem-cpu-load"] path = vendor/tmux-mem-cpu-load - url = git://github.com/thewtex/tmux-mem-cpu-load.git + url = https://github.com/thewtex/tmux-mem-cpu-load.git