mirror of
https://github.com/JakeHillion/object-introspection.git
synced 2024-11-09 21:24:14 +00:00
1c3ee5bf6b
The extern repos are currently cloned with SSH. This means that attempting to clone them on a system that doesn't have an SSH key which GitHub accepts fails. Change them to HTTPS as they're read only anyway.
10 lines
290 B
Plaintext
10 lines
290 B
Plaintext
[submodule "extern/drgn"]
|
|
path = extern/drgn
|
|
url = https://github.com/JakeHillion/drgn.git
|
|
[submodule "extern/folly"]
|
|
path = extern/folly
|
|
url = https://github.com/jgkamat/folly.git
|
|
[submodule "extern/rocksdb"]
|
|
path = extern/rocksdb
|
|
url = https://github.com/facebook/rocksdb.git
|