From 2a488216378b73958c4dbfa5acde277b60ba60b6 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Wed, 13 Apr 2022 14:25:22 -0400 Subject: [PATCH] Use https:// instead of git:// for all gitmodules --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 67bc668..63627ee 100644 --- a/.gitmodules +++ b/.gitmodules @@ -15,7 +15,7 @@ url = https://github.com/tpope/vim-surround.git [submodule "vim/bundle/tagbar"] path = vim/bundle/tagbar - url = git://github.com/majutsushi/tagbar + url = https://github.com/majutsushi/tagbar [submodule "vim/bundle/vim-togglelist"] path = vim/bundle/vim-togglelist url = https://github.com/milkypostman/vim-togglelist.git @@ -57,7 +57,7 @@ url = https://github.com/tomtom/tcommand_vim.git [submodule "vim/bundle/tlib_vim"] path = vim/bundle/tlib_vim - url = git://github.com/tomtom/tlib_vim.git + url = https://github.com/tomtom/tlib_vim.git [submodule "vim/bundle/goyo.vim"] path = vim/bundle/goyo.vim url = https://github.com/junegunn/goyo.vim.git