From 4ad4e1fbc79037237577ecd5fd16c865ec3b6133 Mon Sep 17 00:00:00 2001 From: Richael Zhuang Date: Mon, 22 Nov 2021 10:37:48 +0800 Subject: [PATCH] .gitmodules: update isa-l_crypto source address Update address to https://github.com/intel/isa-l_crypto for it's moved under intel repo. Signed-off-by: Richael Zhuang --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 6ec3c5419f76..2ac02d89b761 100644 --- a/.gitmodules +++ b/.gitmodules @@ -34,7 +34,7 @@ url = https://github.com/facebook/zstd [submodule "src/crypto/isa-l/isa-l_crypto"] path = src/crypto/isa-l/isa-l_crypto - url = https://github.com/01org/isa-l_crypto + url = https://github.com/intel/isa-l_crypto [submodule "src/blkin"] path = src/blkin url = https://github.com/ceph/blkin -- 2.47.3