From ae72c3cc1eb576de635b84ef81fce8107b544e50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Wo=CC=81jcik?= <3044353+pwojcikdev@users.noreply.github.com> Date: Tue, 24 Jan 2023 15:23:09 +0100 Subject: [PATCH] Fix submodule names --- .gitmodules | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitmodules b/.gitmodules index 2398f872..1540160e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,29 +1,29 @@ -[submodule "submodules/miniupnp"] +[submodule "miniupnp"] path = submodules/miniupnp url = https://github.com/miniupnp/miniupnp.git -[submodule "submodules/lmdb"] +[submodule "lmdb"] path = submodules/lmdb url = https://github.com/nanocurrency/lmdb.git branch = lmdb_0_9_23 -[submodule "submodules/cryptopp"] +[submodule "cryptopp"] path = submodules/cryptopp url = https://github.com/weidai11/cryptopp.git -[submodule "submodules/phc-winner-argon2"] +[submodule "phc-winner-argon2"] path = submodules/phc-winner-argon2 url = https://github.com/nanocurrency/phc-winner-argon2.git -[submodule "submodules/gtest"] +[submodule "gtest"] path = submodules/gtest url = https://github.com/google/googletest.git -[submodule "submodules/cpptoml"] +[submodule "cpptoml"] path = submodules/cpptoml url = https://github.com/cryptocode/cpptoml.git -[submodule "submodules/flatbuffers"] +[submodule "flatbuffers"] path = submodules/flatbuffers url = https://github.com/google/flatbuffers.git -[submodule "submodules/rocksdb"] +[submodule "rocksdb"] path = submodules/rocksdb url = https://github.com/facebook/rocksdb.git -[submodule "submodules/diskhash"] +[submodule "diskhash"] path = submodules/diskhash url = https://github.com/nanocurrency/diskhash.git [submodule "boost"]