From dec953e4f4af89149685c7463c422ccca6174cb8 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Wed, 22 Nov 2023 09:13:57 +0100 Subject: [PATCH] .gitmodule: Point dynstr to high-availability mirror https://gitea.privatedns.org is a small Gitea instance running on a home server, which might be problematic for large deployments. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index cd828ac..ea67b85 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "dynstr"] path = dynstr - url = https://gitea.privatedns.org/xavi/dynstr + url = https://codeberg.org/xavidcr/dynstr.git