From 4549dc2694fe326c021882785f609207269ae044 Mon Sep 17 00:00:00 2001 From: alswl Date: Sun, 11 Dec 2022 11:32:33 +0800 Subject: [PATCH] chore: using https protocol for simple clone https://github.com/alswl/excalidraw-collaboration/issues/1 --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 9f9c763..81c2a54 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ [submodule "excalidraw-storage-backend"] path = excalidraw-storage-backend - url = git@github.com:alswl/excalidraw-storage-backend.git + url = https://github.com/alswl/excalidraw-storage-backend.git [submodule "excalidraw-room"] path = excalidraw-room - url = git@github.com:excalidraw/excalidraw-room.git + url = https://github.com/excalidraw/excalidraw-room.git [submodule "excalidraw"] path = excalidraw - url = git@github.com:alswl/excalidraw.git + url = https://github.com/alswl/excalidraw.git