From 8cb8bb67c3f134f4e277464a7df97c5554857544 Mon Sep 17 00:00:00 2001 From: Manuel Date: Fri, 23 Sep 2022 17:38:30 +0200 Subject: [PATCH] Change submodule url to not require ssh auth --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index b3e18ca..9275029 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "aur-packages"] path = aur-packages - url = gitea@git.snrd.eu:SunRed/aur-packages.git + url = https://git.snrd.eu/SunRed/aur-packages.git