From bce3b255b287e9f1de6b74313eb405b17cd4fae4 Mon Sep 17 00:00:00 2001 From: Jean-Luc Makiola Date: Wed, 29 Jul 2026 16:47:48 +0200 Subject: [PATCH] chore: point the floret-kit submodule at Codeberg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit First step of moving the canonical forge to Codeberg. floret-kit now lives at codeberg.org/jlmakiola/floret-kit with identical history — all six branches and three tags mirrored, every SHA verified equal. This is the piece that actually unblocks outside contributors: a clone of Calendula previously could not resolve its submodule without reaching the personal Gitea instance, so the whole build depended on that host staying up even though the issues live on Codeberg. The Gitea copy is deliberately kept, not deleted: every existing tag records the old submodule URL in its .gitmodules, so any rebuild of a past release — including an F-Droid reproducible rebuild — still resolves against it. It becomes the target of a push mirror rather than a source of truth. Existing checkouts need 'git submodule sync --recursive' after pulling this; the submodule commit itself is unchanged. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 103c066..b908ca7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "floret-kit"] path = floret-kit - url = https://gitea.jeanlucmakiola.de/makiolaj/floret-kit.git + url = https://codeberg.org/jlmakiola/floret-kit.git