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:
jobevers 2017-03-06 07:43:38 -06:00
parent ecec1ba5c8
commit 4386102ba3

6
.gitmodules vendored
View file

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