From d573611d2faff373cac4d794c7d8acd1849a88d3 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Thu, 21 Mar 2024 23:46:49 +0100 Subject: [PATCH] fix submodule git urls Signed-off-by: Harald Hoyer --- .gitmodules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 559fe48..135a24b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ [submodule "themes/zola-clean-blog"] - path = themes/zola-clean-blog - url = gitea@git.hoyer.xyz:harald/zola-clean-blog.git +path = themes/zola-clean-blog +url = https://git.hoyer.xyz/harald/zola-clean-blog.git [submodule "themes/abridge"] - path = themes/abridge - url = gitea@git.hoyer.xyz:harald/abridge.git +path = themes/abridge +url = https://git.hoyer.xyz/harald/abridge.git