From 868bad8e95dc15b6dcf2c75825b4d197369b4a5d Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Fri, 12 Oct 2018 12:41:03 +0200 Subject: [PATCH] Git submodule ssh -> https --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 306a471..766ad19 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "lib"] path = lib - url = git@github.com:michelf/php-markdown.git + url = https://github.com/michelf/php-markdown.git