Restore default HTTPS refs for submodules
This commit is contained in:
parent
82cce44720
commit
dfee44a408
1 changed files with 3 additions and 3 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
|
@ -1,11 +1,11 @@
|
||||||
[submodule "docs"]
|
[submodule "docs"]
|
||||||
path = docs
|
path = docs
|
||||||
url = git@github.com:cryptonomex/graphene.wiki.git
|
url = https://github.com/cryptonomex/graphene.wiki.git
|
||||||
[submodule "libraries/fc"]
|
[submodule "libraries/fc"]
|
||||||
path = libraries/fc
|
path = libraries/fc
|
||||||
url = git@github.com:cryptonomex/fc.git
|
url = https://github.com/cryptonomex/fc.git
|
||||||
ignore = dirty
|
ignore = dirty
|
||||||
[submodule "libraries/leveldb"]
|
[submodule "libraries/leveldb"]
|
||||||
path = libraries/leveldb
|
path = libraries/leveldb
|
||||||
url = git@github.com:bitcoin/leveldb.git
|
url = https://github.com/bitcoin/leveldb.git
|
||||||
ignore = dirty
|
ignore = dirty
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue