From a9d6f7532a54796dc19eb5d9a077b60f2e50fa64 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Sat, 21 Jan 2023 14:49:46 +0000 Subject: weblate: migration to https://translate.codeberg.org/ --- manage | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manage') diff --git a/manage b/manage index b79a9e5eb..a779d1ff2 100755 --- a/manage +++ b/manage @@ -190,11 +190,11 @@ weblate.translations.worktree() { # 'translations' from Weblate's counterpart (weblate) of the SearXNG # (origin). # - # remote weblate https://weblate.bubu1.eu/git/searxng/searxng/ + # remote weblate https://translate.codeberg.org/git/searxng/searxng/ ( set -e if ! git remote get-url weblate 2> /dev/null; then - git remote add weblate https://weblate.bubu1.eu/git/searxng/searxng/ + git remote add weblate https://translate.codeberg.org/git/searxng/searxng/ fi if [ -d "${TRANSLATIONS_WORKTREE}" ]; then pushd . -- cgit v1.2.3