From 593f0d2b9528e0cda07874ff946b319212720f7c Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Mon, 21 Mar 2022 12:13:09 +0100 Subject: [PATCH] Switch to https submodule This change updates the reference to the ZFS submodule to use HTTPS as opposed to SSH access, which is not supported for unauthenticated users. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 0877fc1..398c420 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "zfs"] path = zfs - url = git@github.com:openzfs/zfs.git + url = https://github.com/openzfs/zfs.git [submodule "linux"] path = linux