From 8d01e1b16f78325085b3ad83b68ccef3ac2c74e6 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..4a51516 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 = git+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 = git+https://git.hoyer.xyz/harald/abridge.git