From 943d8598d6322372fd1aaa11b22ea67986dfef97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Sat, 30 Mar 2024 19:40:07 +0300 Subject: [PATCH] minor fix http => https --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 63a7fe05..4c5eb40d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,8 +4,8 @@ version = "0.17.0" authors = ["Michael Yang "] description = "JSON Web Token library" documentation = "https://docs.rs/jwt-next" -homepage = "http://github.com/scuffletv/rust-jwt" -repository = "http://github.com/scuffletv/rust-jwt" +homepage = "https://github.com/scuffletv/rust-jwt" +repository = "https://github.com/scuffletv/rust-jwt" readme = "README.md" keywords = ["JWT", "token", "web"] license = "MIT"