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"