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"