From 2cb2606d8b0c3a49700d382d480f21c42525445b Mon Sep 17 00:00:00 2001 From: Daniel Schaefer Date: Tue, 19 Sep 2023 11:09:04 +0800 Subject: [PATCH] Cargo.toml: Update repo link Signed-off-by: Daniel Schaefer --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d2ae884..8a5defa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ authors = ["Liz Frost", "Daniel Schaefer"] categories = ["embedded", "no-std"] description = "Driver for Lumissil Microsystem's IS31FL3741 IC" license = "MIT" -repository = "https://github.com/stillinbeta/is31fl3741" +repository = "https://github.com/FrameworkComputer/is31fl3741-rs" readme = "README.md" [dependencies]