Skip to content

Commit e535241

Browse files
authored
Merge pull request #390 from chenbxun/main
build: switch erofs-utils fetch repository to GitHub
2 parents 1471eff + 02600d1 commit e535241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/overlaybd/tar/erofs/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ include(FetchContent)
22

33
FetchContent_Declare(
44
erofs-utils
5-
GIT_REPOSITORY https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git
5+
GIT_REPOSITORY https://github.com/erofs/erofs-utils.git
66
GIT_TAG eec6f7a2755dfccc8f655aa37cf6f26db9164e60
77
)
88

0 commit comments

Comments
 (0)