From 925b9314af6bb6749947f13c863024e17c38ab5b Mon Sep 17 00:00:00 2001 From: Arugula Bowl Date: Wed, 18 Jul 2018 17:42:46 +0000 Subject: [PATCH] Change lmdb reference to official repo And point to the correct branch --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index fe250cde..dcb789bc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -9,8 +9,8 @@ url = https://github.com/weidai11/cryptopp.git [submodule "lmdb"] path = lmdb - url = https://github.com/arugulaBowl/lmdb.git - branch = mdb.RE/0.9 + url = https://github.com/nanocurrency/lmdb.git + branch = lmdb_0_9_21 [submodule "phc-winner-argon2"] path = phc-winner-argon2 url = https://github.com/clemahieu/phc-winner-argon2.git