Fix the URL mess :(

This commit is contained in:
n* 2025-02-21 22:51:27 -03:00
parent f48926511c
commit 048932c8bc
2 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@ An example of a weblit app that works for both luvi and luvit,
using the lit package manager on the same codebase.
Mostly this was just an experiment, and I did it to figure this
out for my bigger project, [napkin](https://kitsune.dev/n/napkin).
out for my bigger project, [napkin](https://kitsunes.dev/n/napkin).
## Setting it up
```shell
@ -12,7 +12,7 @@ curl -L https://github.com/luvit/lit/raw/master/get-lit.sh | sh
cp luvi luvit lit ~/.local/bin
# Get the repo
git clone https://kitsune.dev/n/luddite
git clone https://kitsunes.dev/n/luddite
cd luvi-luvit-example
# Install dependencies

View file

@ -10,7 +10,7 @@ return {
name = "Nelson Lopez",
email = "darltrash@icloud.com"
},
homepage = "https://kitsunes.club/n/luddite",
homepage = "https://kitsunes.dev/n/luddite",
dependencies = {
"creationix/weblit",
"luvit/luvit"