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.
This commit is contained in:
Fabian Mastenbroek 2021-04-19 15:44:35 +02:00
parent ca42b43d54
commit 53e1806ff3
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 = git://github.com/openzfs/zfs.git
[submodule "linux"]
path = linux