From 476ed50ce3fd1052bb6e7f048e369a28bb58c175 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20N=C3=B6thlich?= Date: Wed, 6 May 2020 14:23:11 +0200 Subject: [PATCH] Get cryptpad submodule via ssh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Adrian Nöthlich --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 25a9f2b..53639fc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "cryptpad"] path = cryptpad - url = https://github.com/xwiki-labs/cryptpad.git + url = git@github.com:xwiki-labs/cryptpad.git