From 8e5cdf8b7694d0f94af61666a2d2223bf73eb4b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Sun, 15 Jun 2025 10:14:26 +0300 Subject: [PATCH] chore: Minor change to remove www from github url in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fb0c84d..94b2196 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Stefan Lankes", "Saurav Sachidanand"] edition = "2021" license = "MIT" -repository = "https://www.github.com/RWTH-OS/xhypervisor" +repository = "https://github.com/RWTH-OS/xhypervisor" documentation = "https://docs.rs/xhypervisor/" readme = "README.md" description = " Hardware-accelerated virtualization on OS X"