Change submodules url to use ssh access
This change was requested by grin. This means that the general public won't be able to pull the repo unless they have ssh access setup on github. I'd suggest switching back to https at some point and having each person that wants to use ssh authentication change their local repo to use ssh urls `git config submodule.lbry.url git@github.com:lbryio/lbry.git`
This commit is contained in:
parent
ecec1ba5c8
commit
4386102ba3
1 changed files with 3 additions and 3 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -1,9 +1,9 @@
|
|||
[submodule "lbry-web-ui"]
|
||||
path = lbry-web-ui
|
||||
url = https://github.com/lbryio/lbry-web-ui.git
|
||||
url = git@github.com:lbryio/lbry-web-ui.git
|
||||
[submodule "lbry"]
|
||||
path = lbry
|
||||
url = https://github.com/lbryio/lbry.git
|
||||
url = git@github.com:lbryio/lbry.git
|
||||
[submodule "lbryum"]
|
||||
path = lbryum
|
||||
url = https://github.com/lbryio/lbryum.git
|
||||
url = git@github.com:lbryio/lbryum.git
|
||||
|
|
Loading…
Add table
Reference in a new issue