From c01a2b648ace3e5aeb4918e1779e4fbf603524fd Mon Sep 17 00:00:00 2001 From: Alex Touchet <26315797+atouchet@users.noreply.github.com> Date: Fri, 3 Oct 2025 02:50:12 -0700 Subject: [PATCH] chore: update repository URL (#164) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 20c57ef..2ff03ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" keywords = ["windowing", "global", "global-hotkey", "hotkey"] license = "Apache-2.0 OR MIT" readme = "README.md" -repository = "https://github.com/amrbashir/global-hotkey" +repository = "https://github.com/tauri-apps/global-hotkey" documentation = "https://docs.rs/global-hotkey" categories = ["gui"] rust-version = "1.71"