From 3fc86b2ee84cff717aa68e3ff3e4b45fa72b61c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Sun, 15 Jun 2025 10:21:02 +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 09d3431..a2e6fa1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "rustycog" version = "0.2.1" edition = "2024" description = "A synchronous task manager" -repository = "https://www.github.com/Huggepugge1/RustyCog" +repository = "https://github.com/Huggepugge1/RustyCog" license-file = "LICENSE" [dependencies]