From 5fef0d4ca47771f4134d3d5f9d218a3ec73b81bb Mon Sep 17 00:00:00 2001 From: patrick-scho Date: Mon, 21 Apr 2025 16:46:32 +0200 Subject: [PATCH] actually change back to git:// --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index f439776..ffa1460 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,8 +1,8 @@ [submodule "ext/zighttp"] path = ext/zighttp - url = git@psch.dev:zighttp + url = git://psch.dev/zighttp branch = main [submodule "ext/ziglmdb"] path = ext/ziglmdb - url = git@psch.dev:ziglmdb + url = git://psch.dev/ziglmdb branch = main -- 2.50.1