From 641c61a65c2aa0a780cea603f1ba5545efaadfd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Tue, 24 Jun 2025 18:22:04 +0300 Subject: [PATCH] chore: Minor change to remove www from github url in Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 108be65..6c69dae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,10 +6,10 @@ edition = "2018" keywords = ["gpgpu", "compute", "opencl", "cuda"] license = "EUPL-1.2" name = "gpgpu" -repository = "https://www.github.com/UpsettingBoy/gpgpu-rs" +repository = "https://github.com/UpsettingBoy/gpgpu-rs" resolver = "2" version = "0.2.0" -homepage = "https://www.github.com/UpsettingBoy/gpgpu-rs" +homepage = "https://github.com/UpsettingBoy/gpgpu-rs" [dependencies]