From 02600d1e660f10e4ba118271137206008fe0e4c2 Mon Sep 17 00:00:00 2001 From: Xun Chen Date: Wed, 24 Dec 2025 11:54:48 +0800 Subject: [PATCH] build: switch erofs-utils fetch repository to GitHub Signed-off-by: Xun Chen --- src/overlaybd/tar/erofs/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/overlaybd/tar/erofs/CMakeLists.txt b/src/overlaybd/tar/erofs/CMakeLists.txt index 6027102e..57d5b762 100644 --- a/src/overlaybd/tar/erofs/CMakeLists.txt +++ b/src/overlaybd/tar/erofs/CMakeLists.txt @@ -2,7 +2,7 @@ include(FetchContent) FetchContent_Declare( erofs-utils - GIT_REPOSITORY https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git + GIT_REPOSITORY https://github.com/erofs/erofs-utils.git GIT_TAG eec6f7a2755dfccc8f655aa37cf6f26db9164e60 )