From 52f12ac72a4928731c2d18fe22bb2abb612c3d6f Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sun, 6 Oct 2024 13:19:16 -0400 Subject: [PATCH] Fix bad gitmoduels URL --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 170a755..681c991 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,5 +3,5 @@ url = https://github.com/openzfs/zfs.git [submodule "linux"] path = linux - url = https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git + url = https://git.proxmox.com/git/mirror_ubuntu-kernels.git