4386102ba3
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`
9 lines
237 B
Text
9 lines
237 B
Text
[submodule "lbry-web-ui"]
|
|
path = lbry-web-ui
|
|
url = git@github.com:lbryio/lbry-web-ui.git
|
|
[submodule "lbry"]
|
|
path = lbry
|
|
url = git@github.com:lbryio/lbry.git
|
|
[submodule "lbryum"]
|
|
path = lbryum
|
|
url = git@github.com:lbryio/lbryum.git
|