From 94070f755acd02ecc032a02513f4636488f3aa55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Sun, 22 Jun 2025 09:34:11 +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 4865ea2f..b621682a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,8 +4,8 @@ version = "0.16.0" authors = ["Michael Yang "] description = "JSON Web Token library" documentation = "https://docs.rs/jwt" -homepage = "http://github.com/mikkyang/rust-jwt" -repository = "http://github.com/mikkyang/rust-jwt" +homepage = "https://github.com/mikkyang/rust-jwt" +repository = "https://github.com/mikkyang/rust-jwt" readme = "README.md" keywords = ["JWT", "token", "web"] license = "MIT"