diff options
author | Florian Pelz <pelzflorian@pelzflorian.de> | 2025-07-10 10:57:35 +0200 |
---|---|---|
committer | Florian Pelz <pelzflorian@pelzflorian.de> | 2025-07-10 18:43:08 +0200 |
commit | eb0acce967666babf859d77b1f16ae3d9f4fb0ae (patch) | |
tree | 66bc2007c53fba6c1c22ccfc430093b2a89be16b | |
parent | d7e986e482a408d7fbe2bfe25095368c0f2732b6 (diff) |
nls: Switch Weblate repo URL to Codeberg.
* Makefile.am (WEBLATE_REPO): Update.
Change-Id: I93b97fa296c3b7a393bdff3cbc3357a24c660154
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index feae7882a4..7305e76a6c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1293,7 +1293,7 @@ endif # Downloading up-to-date PO files. -WEBLATE_REPO = https://framagit.org/tyreunom/guix-translations +WEBLATE_REPO = https://codeberg.org/guix/translations # Shallow clone the Git repository behind Weblate and copy files from it if # they contain at least one translation, and they are well-formed (Scheme |