From 34074b079cd299851800631934f8ca99febb4bbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Sun, 22 Jun 2025 10:38:49 +0300 Subject: [PATCH] chore: Minor change to use https in the github url in Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 022b543..9b7fc09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ version = "2.0.1" edition = "2018" keywords = ["macro", "error", "type", "enum"] authors = ["Paul Colomiets ", "Colin Kiegel "] -homepage = "http://github.com/tailhook/quick-error" -repository = "http://github.com/tailhook/quick-error" +homepage = "https://github.com/tailhook/quick-error" +repository = "https://github.com/tailhook/quick-error" documentation = "http://docs.rs/quick-error" categories = ["rust-patterns"]