Fix Git reference to OpenZFS repository
This change fixes the Git reference to the OpenZFS repository now that GitHub has deprecated the original Git protocol.
This commit is contained in:
parent
072e88cec0
commit
c68cdfe7ff
1 changed files with 1 additions and 1 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue