From 2b57ea31c54752f881f8c3e60846a3195fe307f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Tue, 24 Jun 2025 18:39:14 +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 be0ec6d..be25acb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" keywords = ["shared", "memory", "ipc", "inter", "communication"] license = "Apache-2.0" name = "typed_shmem" -repository = "https://www.github.com/UpsettingBoy/typed_shmem" +repository = "https://github.com/UpsettingBoy/typed_shmem" version = "0.3.0"