diff options
author | saturneric <[email protected]> | 2024-01-15 09:40:59 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-01-15 09:40:59 +0000 |
commit | 73a5de11797b4a517d3f0b34b51dd2e944ede11b (patch) | |
tree | e65ee088dfde09bf703c5242a59496fd021b323b /.gitmodules | |
parent | feat: use qt json support components in data object and infos gathering module (diff) | |
download | GpgFrontend-73a5de11797b4a517d3f0b34b51dd2e944ede11b.tar.gz GpgFrontend-73a5de11797b4a517d3f0b34b51dd2e944ede11b.zip |
refactor: remove nlohmann json library from project
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 951cfffe..e05878f7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ -[submodule "third_party/json"] - path = third_party/json - url = https://github.com/nlohmann/json.git [submodule "third_party/qt-aes"] path = third_party/qt-aes url = https://github.com/bricke/Qt-AES.git |