From b2da7bbf654ce0468e5e15e1193848503046c0d5 Mon Sep 17 00:00:00 2001 From: Esteban Rey Date: Mon, 5 Aug 2024 10:53:23 -0700 Subject: [PATCH] Switch erofs endpoint to use https Signed-off-by: Esteban Rey --- 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 82855a7f..1b423e5c 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 git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git + GIT_REPOSITORY https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git GIT_TAG ac0997ea32a465a6b0db7b782bb8d4d07952365a )