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.
This commit is contained in:
Fabian Mastenbroek 2022-03-21 12:13:09 +01:00
parent 5633d95bbe
commit 593f0d2b95
No known key found for this signature in database
GPG key ID: 405FC6F81F0A7B85

2
.gitmodules vendored
View file

@ -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