From 53e1806ff3917904189a6a7355179441c83f67f6 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Mon, 19 Apr 2021 15:44:35 +0200 Subject: [PATCH] Support cloning submodules without SSH key This change updates the submodule URL of the ZFS repository to allow users without a configured SSH key to also clone the repository. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 0877fc1..d87e81f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "zfs"] path = zfs - url = git@github.com:openzfs/zfs.git + url = git://github.com/openzfs/zfs.git [submodule "linux"] path = linux