浏览代码

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.
Fabian Mastenbroek 3 年之前
父节点
当前提交
c68cdfe7ff
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .gitmodules

+ 1 - 1
.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