-
Notifications
You must be signed in to change notification settings - Fork 6
/
.gitmodules
31 lines (31 loc) · 1.05 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[submodule "external/c-lightning"]
path = external/c-lightning
url = https://github.com/Perlover/lightning.git
branch = master
[submodule "external/libzmq"]
path = external/libzmq
url = https://github.com/zeromq/libzmq.git
[submodule "external/bitcoin-core"]
path = external/bitcoin-core
url = https://github.com/bitcoin/bitcoin.git
[submodule "external/openssl"]
path = external/openssl
url = https://github.com/openssl/openssl.git
[submodule "external/libevent"]
path = external/libevent
url = https://github.com/libevent/libevent.git
[submodule "external/pkg-config"]
path = external/pkg-config
url = git://anongit.freedesktop.org/pkg-config
[submodule "external/miniupnp"]
path = external/miniupnp
url = https://github.com/miniupnp/miniupnp.git
[submodule "external/inotify-tools"]
path = external/inotify-tools
url = https://github.com/rvoicilas/inotify-tools.git
[submodule "external/rust"]
path = external/rust
url = https://github.com/rust-lang/rust.git
[submodule "external/boost"]
path = external/boost
url = https://github.com/boostorg/boost.git