diff --git a/crates/hyper-custom-cert/Cargo.toml b/crates/hyper-custom-cert/Cargo.toml index de1580e..ac2963c 100644 --- a/crates/hyper-custom-cert/Cargo.toml +++ b/crates/hyper-custom-cert/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" description = "A small, ergonomic HTTP client wrapper around hyper with optional support for custom Root CAs and a dev-only insecure mode for self-signed certificates." license = "MIT OR Apache-2.0" -repository = "https://github.com/williamseemueller/http_client" +repository = "https://github.com/seemueller-io/hyper-custom-cert" documentation = "https://docs.rs/hyper-custom-cert" homepage = "https://docs.rs/hyper-custom-cert" readme = "README.md"