From 9bef981656066b8be73a6be9074284d799dddbee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Sun, 15 Jun 2025 11:09:53 +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 103fec3..0e716e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.1" edition = "2021" license = "GPL-3.0-or-later" description = "A set of traits and utilities for streamlining CRUD boilerplate with sqlx and axum" -repository = "https://www.github.com/zenlex/crustd" +repository = "https://github.com/zenlex/crustd" [dependencies] async-trait = "0.1.80"