From 14979b9c2a3b8113952fd79a15e1ac61609631db Mon Sep 17 00:00:00 2001 From: Mary Date: Sat, 1 Oct 2022 19:19:40 +0200 Subject: [PATCH] Update urls --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0877aaf..914db34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,8 +3,8 @@ name = "ahv" version = "0.2.0" authors = ["Mary "] license = "Apache-2.0 OR MIT" -repository = "https://www.github.com/Thog/ahv.git" -homepage = "https://www.github.com/Thog/ahv" +repository = "https://www.github.com/marysaka/ahv.git" +homepage = "https://www.github.com/marysaka/ahv" description = "Apple Hypervisor crate for Apple Silicon" keywords = ["hypervisor", "virtualization", "macOS", "apple", "aarch64"] categories = ["api-bindings", "no-std", "os::macos-apis"]