From 49ad946a0ea8d7f67bffc8faea2e2fb5463199fd Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Mon, 28 May 2018 09:29:12 -0400 Subject: [PATCH] Changed submodule urls to cloned urls --- .gitmodules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 445bca6..098b1be 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,15 +1,15 @@ [submodule "zimfw"] path = zimfw - url = https://github.com/zimfw/zimfw.git + url = https://git.linux-help.org/psi-jack/zimfw.git [submodule "vim_runtime"] path = vim_runtime - url = https://github.com/amix/vimrc.git + url = https://git.linux-help.org/psi-jack/ultimate-vim.git [submodule "tmux"] path = tmux - url = https://github.com/gpakosz/.tmux.git + url = https://git.linux-help.org/psi-jack/tmux-config.git [submodule "dotbot"] path = dotbot - url = https://github.com/anishathalye/dotbot + url = https://git.linux-help.org/psi-jack/dotbot.git [submodule "vim_plugins/salt-vim"] path = vim_plugins/salt-vim url = https://github.com/saltstack/salt-vim.git