Allow git modules install without ssh key (#810)

(cherry picked from commit 8cb18edc6ee12e8f8a47f6dc7ed9f3ea946bf043)
This commit is contained in:
Alexander Pankratov 2020-05-10 20:17:15 +03:00 committed by GitHub
parent 68ab47de32
commit 83802fe944
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

8
.gitmodules vendored
View File

@ -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