diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-11-22 09:13:57 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-11-22 09:13:57 +0100 |
| commit | dec953e4f4af89149685c7463c422ccca6174cb8 (patch) | |
| tree | 73d910f5d93355fb1028170584476c4c29dae914 | |
| parent | bc1d77983acd0e5160071fb724fef90ac0f9ca37 (diff) | |
.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.
| -rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
