From 563a2fffa33dabe6566c1542b3661ba48f566c71 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Sat, 27 Jun 2015 01:24:59 +0200 Subject: [PATCH] .gitmodules protocol fix --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index a4d7ccc4..12f0a2e8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,4 +4,4 @@ [submodule "zsh-syntax-highlighting"] path = .zsh/zsh-syntax-highlighting - url = git@github.com:zsh-users/zsh-syntax-highlighting.git + url = https://github.com/zsh-users/zsh-syntax-highlighting.git