From cb2c3a523761dc922b8be7e0e722e787c5f05fa8 Mon Sep 17 00:00:00 2001 From: Alex Touchet <26315797+atouchet@users.noreply.github.com> Date: Sat, 13 Sep 2025 19:13:19 -0700 Subject: [PATCH] Update repository URL (#320) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b7c0528..0df5db4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" keywords = ["windowing", "menu"] license = "Apache-2.0 OR MIT" readme = "README.md" -repository = "https://github.com/amrbashir/muda" +repository = "https://github.com/tauri-apps/muda" documentation = "https://docs.rs/muda" categories = ["gui"] rust-version = "1.71"