From 24ddc441b727b37ed7b043c852a1a7debc90d2ff Mon Sep 17 00:00:00 2001 From: Hannes Reinecke Date: Thu, 12 Aug 2021 10:12:59 +0200 Subject: [PATCH] Move to upstream libnvme As all patches have been merged into upstream libnvme we can switch back to the upstream tree. Signed-off-by: Hannes Reinecke --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index ed57521e..2edbe0f5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "libnvme"] path = libnvme - url = https://github.com/hreinecke/libnvme.git - branch = nvme-cli + url = https://github.com/linux-nvme/libnvme + branch = master -- 2.50.1