From 83802fe944ab972c6a14506ea4fd5313974d47c8 Mon Sep 17 00:00:00 2001 From: Alexander Pankratov <34161928+xtrime-ru@users.noreply.github.com> Date: Sun, 10 May 2020 20:17:15 +0300 Subject: [PATCH] Allow git modules install without ssh key (#810) (cherry picked from commit 8cb18edc6ee12e8f8a47f6dc7ed9f3ea946bf043) --- .gitmodules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 2aef1e0c..0816d508 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,12 +1,12 @@ [submodule "docs"] path = docs - url = git@github.com:danog/MadelineProtoDocs + url = https://github.com/danog/MadelineProtoDocs.git [submodule "examples/magnaluna"] path = examples/magnaluna - url = git@github.com:danog/magnaluna + url = https://github.com/danog/magnaluna.git [submodule "examples/pipesbot"] path = examples/pipesbot - url = git@github.com:danog/pipesbot + url = https://github.com/danog/pipesbot.git [submodule "schemas"] path = schemas - url = git@github.com:danog/schemas + url = https://github.com/danog/schemas.git