Allow git modules install without ssh key (#810)
(cherry picked from commit 8cb18edc6ee12e8f8a47f6dc7ed9f3ea946bf043)
This commit is contained in:
parent
68ab47de32
commit
83802fe944
8
.gitmodules
vendored
8
.gitmodules
vendored
@ -1,12 +1,12 @@
|
|||||||
[submodule "docs"]
|
[submodule "docs"]
|
||||||
path = docs
|
path = docs
|
||||||
url = git@github.com:danog/MadelineProtoDocs
|
url = https://github.com/danog/MadelineProtoDocs.git
|
||||||
[submodule "examples/magnaluna"]
|
[submodule "examples/magnaluna"]
|
||||||
path = examples/magnaluna
|
path = examples/magnaluna
|
||||||
url = git@github.com:danog/magnaluna
|
url = https://github.com/danog/magnaluna.git
|
||||||
[submodule "examples/pipesbot"]
|
[submodule "examples/pipesbot"]
|
||||||
path = examples/pipesbot
|
path = examples/pipesbot
|
||||||
url = git@github.com:danog/pipesbot
|
url = https://github.com/danog/pipesbot.git
|
||||||
[submodule "schemas"]
|
[submodule "schemas"]
|
||||||
path = schemas
|
path = schemas
|
||||||
url = git@github.com:danog/schemas
|
url = https://github.com/danog/schemas.git
|
||||||
|
Loading…
Reference in New Issue
Block a user