object-introspection/.gitmodules
Jake Hillion 1c3ee5bf6b move extern repos to https addresses
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.
2022-12-29 10:32:03 +00:00

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