瀏覽代碼

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.
Fabian Mastenbroek 3 年之前
父節點
當前提交
593f0d2b95
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .gitmodules

+ 1 - 1
.gitmodules

@@ -1,6 +1,6 @@
 [submodule "zfs"]
 	path = zfs
-	url = [email protected]:openzfs/zfs.git
+	url = https://github.com/openzfs/zfs.git
 
 [submodule "linux"]
 	path = linux