diff --git a/Cargo.toml b/Cargo.toml index d649f3e..2d06ceb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2024" authors = ["Stephen Waits "] description = "USB mouse jiggler firmware for the Seeed Studio Xiao RP2040 — keeps your screen awake during the workday, then politely shuts up so you can go home." license = "MIT" -repository = "https://github.com/swaits/jiggly" +repository = "https://git.swaits.com/swaits/jiggly" readme = "README.md" keywords = ["embedded", "rp2040", "usb-hid", "embassy", "no-std"] categories = ["embedded", "no-std"]