docs(readme): URL de clone canónica git.tawasuyu.net/tawasuyu (era gitea.gioser.net/sergio)

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 <noreply@anthropic.com>
This commit is contained in:
2026-06-11 02:22:33 +00:00
parent fbd3dc5ca4
commit 14d76bd4af
+4 -4
View File
@@ -17,7 +17,7 @@ Philosophy: **widgets aren't designed against mockups; they're designed with wha
## Quick start ## Quick start
```sh ```sh
git clone https://gitea.gioser.net/sergio/llimphi.git git clone https://git.tawasuyu.net/tawasuyu/llimphi.git
cd llimphi cd llimphi
cargo run -p llimphi-ui --example counter # ~124 LOC: the full Elm loop on screen 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 ```toml
[dependencies] [dependencies]
llimphi-ui = { git = "https://gitea.gioser.net/sergio/llimphi.git" } llimphi-ui = { git = "https://git.tawasuyu.net/tawasuyu/llimphi.git" }
llimphi-theme = { git = "https://gitea.gioser.net/sergio/llimphi.git" } llimphi-theme = { git = "https://git.tawasuyu.net/tawasuyu/llimphi.git" }
# widgets are one crate each — pull only what you use: # 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 ## Compatibility