Commit 5896b595 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Change git protocol entries to GitHub in .gitmodules

GitHub has now removed access to repositories via the bare git://
protocol, so all remaining entries have been updated to git+https://
parent a8b8ae3b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,16 +12,16 @@
	url = https://code.kodo.org.uk/vim-plugins/nginx.vim.git
[submodule ".vim/bundle/vim-fugitive"]
	path = .vim/bundle/vim-fugitive
	url = git://github.com/tpope/vim-fugitive.git
	url = https://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/vim-ctrlspace"]
	path = .vim/bundle/vim-ctrlspace
	url = https://github.com/domsekotill/vim-ctrlspace.git
[submodule ".oh-my-zsh"]
	path = .oh-my-zsh
	url = git://github.com/robbyrussell/oh-my-zsh.git
	url = https://github.com/robbyrussell/oh-my-zsh.git
[submodule ".vim/bundle/vim-mustache-handlebars"]
	path = .vim/bundle/vim-mustache-handlebars
	url = git://github.com/mustache/vim-mustache-handlebars.git
	url = https://github.com/mustache/vim-mustache-handlebars.git
[submodule ".vim/bundle/localrc.vim"]
	path = .vim/bundle/localrc.vim
	url = https://github.com/vim-scripts/localrc.vim.git