From 4a6381eaa93b86878475554d43d029e3cd6ec4fc Mon Sep 17 00:00:00 2001 From: "Andrew R. M" Date: Thu, 2 Feb 2017 09:01:27 -0500 Subject: [PATCH] Switched git modules to use HTTPS --- .gitmodules | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.gitmodules b/.gitmodules index 5e34e6d..ee17b37 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,42 +1,42 @@ [submodule "vim/bundle/pathogen"] path = vim/bundle/pathogen - url = git@github.com:tpope/vim-pathogen.git + url = https://github.com/tpope/vim-pathogen [submodule "vim/bundle/fugitive"] path = vim/bundle/fugitive - url = git@github.com:tpope/vim-fugitive.git + url = https://github.com/tpope/vim-fugitive [submodule "vim/bundle/commentary"] path = vim/bundle/commentary - url = git@github.com:tpope/vim-commentary.git + url = https://github.com/tpope/vim-commentary [submodule "vim/bundle/eunuch"] path = vim/bundle/eunuch - url = git@github.com:tpope/vim-eunuch.git + url = https://github.com/tpope/vim-eunuch [submodule "vim/bundle/vinegar"] path = vim/bundle/vinegar - url = git@github.com:tpope/vim-vinegar.git + url = https://github.com/tpope/vim-vinegar [submodule "vim/bundle/sleuth"] path = vim/bundle/sleuth - url = git@github.com:tpope/vim-sleuth.git + url = https://github.com/tpope/vim-sleuth [submodule "vim/bundle/endwise"] path = vim/bundle/endwise - url = git@github.com:tpope/vim-endwise.git + url = https://github.com/tpope/vim-endwise [submodule "vim/bundle/tagbar"] path = vim/bundle/tagbar - url = git@github.com:majutsushi/tagbar.git + url = https://github.com/majutsushi/tagbar [submodule "vim/bundle/pencil"] path = vim/bundle/pencil - url = git@github.com:reedes/vim-pencil.git + url = https://github.com/reedes/vim-pencil [submodule "vim/bundle/snipmate"] path = vim/bundle/snipmate - url = git@github.com:garbas/vim-snipmate.git + url = https://github.com/garbas/vim-snipmate [submodule "vim/bundle/snipmate-tlib"] path = vim/bundle/snipmate-tlib - url = git@github.com:tomtom/tlib_vim.git + url = https://github.com/tomtom/tlib_vim [submodule "vim/bundle/snipmate-addon-mw-utils"] path = vim/bundle/snipmate-addon-mw-utils - url = git@github.com:MarcWeber/vim-addon-mw-utils.git + url = https://github.com/MarcWeber/vim-addon-mw-utils [submodule "vim/bundle/filetype-nix"] path = vim/bundle/filetype-nix - url = git@github.com:LnL7/vim-nix.git + url = https://github.com/LnL7/vim-nix [submodule "vim/bundle/supertab"] path = vim/bundle/supertab url = https://github.com/ervandew/supertab