From 1bd1faee1340700c1f0bbbda521beab9fa8f2303 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Tue, 24 Jun 2025 18:37:36 +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 cd87389..f8d5731 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ keywords = ["amd64", "emulation", "disassembly"] license = "0BSD" name = "regmap" readme = "README.md" -repository = "https://www.github.com/iximeow/regmap/" +repository = "https://github.com/iximeow/regmap/" version = "0.1.0" [profile.dev]