blob: 312adaafd65f188bac82b7719ef5d4ad947af0fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
[submodule "third_party/gpgme"]
path = third_party/gpgme
url = https://git.bktus.com/gnupg/gpgme.git
[submodule "third_party/libassuan"]
path = third_party/libassuan
url = https://git.bktus.com/gnupg/libassuan.git
[submodule "third_party/libgpg-error"]
path = third_party/libgpg-error
url = https://git.bktus.com/gnupg/libgpg-error.git
[submodule "third_party/json"]
path = third_party/json
url = https://git.bktus.com/gpgfrontend/json.git
[submodule "third_party/qt-aes"]
path = third_party/qt-aes
url = https://git.bktus.com/gpgfrontend/Qt-AES.git
[submodule "third_party/libarchive"]
path = third_party/libarchive
url = https://git.bktus.com/gpgfrontend/libarchive.git
[submodule "third_party/libconfig"]
path = third_party/libconfig
url = https://git.bktus.com/gpgfrontend/libconfig.git
[submodule "third_party/spdlog"]
path = third_party/spdlog
url = https://git.bktus.com/gpgfrontend/spdlog.git
|