From 14d76bd4af13b219f0b162a54f09e784dea9aa8d Mon Sep 17 00:00:00 2001 From: Sergio Date: Thu, 11 Jun 2026 02:22:33 +0000 Subject: [PATCH] =?UTF-8?q?docs(readme):=20URL=20de=20clone=20can=C3=B3nic?= =?UTF-8?q?a=20git.tawasuyu.net/tawasuyu=20(era=20gitea.gioser.net/sergio)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit el clone/deps del README apuntaban al brand viejo (host gitea.gioser.net + org sergio). corregido al canónico del rebrand — git.tawasuyu.net/tawasuyu/llimphi — para que el `git clone` del launch no falle. Co-Authored-By: Claude Fable 5 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 07ffde5..0c5e97e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Philosophy: **widgets aren't designed against mockups; they're designed with wha ## Quick start ```sh -git clone https://gitea.gioser.net/sergio/llimphi.git +git clone https://git.tawasuyu.net/tawasuyu/llimphi.git cd llimphi cargo run -p llimphi-ui --example counter # ~124 LOC: the full Elm loop on screen ``` @@ -26,10 +26,10 @@ cargo run -p llimphi-ui --example counter # ~124 LOC: the full Elm loop on scr ```toml [dependencies] -llimphi-ui = { git = "https://gitea.gioser.net/sergio/llimphi.git" } -llimphi-theme = { git = "https://gitea.gioser.net/sergio/llimphi.git" } +llimphi-ui = { git = "https://git.tawasuyu.net/tawasuyu/llimphi.git" } +llimphi-theme = { git = "https://git.tawasuyu.net/tawasuyu/llimphi.git" } # widgets are one crate each — pull only what you use: -llimphi-widget-button = { git = "https://gitea.gioser.net/sergio/llimphi.git" } +llimphi-widget-button = { git = "https://git.tawasuyu.net/tawasuyu/llimphi.git" } ``` ## Compatibility