Skip to content

Commit

Permalink
Merge pull request #341 from estebanreyl/esrey/change-erofs-to-https
Browse files Browse the repository at this point in the history
Switch erofs endpoint to use https
  • Loading branch information
BigVan authored Aug 6, 2024
2 parents acf9140 + b2da7bb commit 3952d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/overlaybd/tar/erofs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down

0 comments on commit 3952d6a

Please sign in to comment.