From df8481317a54f7e92d8be8cd7b45c2efcb927106 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 0877fc11..398c4206 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