From 2bc8935ff0bb2d8784287b05ac4ecada532bd0cb Mon Sep 17 00:00:00 2001 From: Stephen Waits Date: Mon, 31 Aug 2026 17:19:18 -0600 Subject: [PATCH] chore: point repository at git.swaits.com --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]