From 15485cfaa60b47ea8018d89fc4de19b7f221d37a Mon Sep 17 00:00:00 2001 From: Hugo Machet Date: Mon, 15 Nov 2021 01:04:23 +0100 Subject: [PATCH] submodules: Use https instead of ssh --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index df33c4e..6b5fe4b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "deps/zig-wayland"] path = deps/zig-wayland - url = git@github.com:ifreund/zig-wayland.git + url = https://github.com/ifreund/zig-wayland.git -- 2.34.2