From 86fc472144a3279aadeda9bd209ad8cf83ce88b6 Mon Sep 17 00:00:00 2001 From: Ottermandias Date: Sat, 1 Jun 2024 19:39:11 +0200 Subject: [PATCH] Change Glamourer.Api to not use ssh. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 856d5b3..137c8ba 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,5 +16,5 @@ branch = main [submodule "Glamourer.Api"] path = Glamourer.Api - url = git@github.com:Ottermandias/Glamourer.Api.git + url = https://github.com/Ottermandias/Glamourer.Api.git branch = main