From 1c9102589f06750147ead2565e9738bc37db4760 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Kj=C3=A4ll?= Date: Wed, 7 Feb 2024 19:54:18 +0100 Subject: [PATCH] use https for documentation, homepage and repo links --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 022b543..9253dd0 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" -documentation = "http://docs.rs/quick-error" +homepage = "https://github.com/tailhook/quick-error" +repository = "https://github.com/tailhook/quick-error" +documentation = "https://docs.rs/quick-error" categories = ["rust-patterns"]