From: Hannes Reinecke Date: Thu, 12 Aug 2021 08:12:59 +0000 (+0200) Subject: Move to upstream libnvme X-Git-Tag: v2.0-rc0~102 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=24ddc441b727b37ed7b043c852a1a7debc90d2ff;p=users%2Fsagi%2Fnvme-cli.git 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 --- 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