Update repository URL in Cargo.toml to seemueller-io

This commit is contained in:
geoffsee
2025-08-14 16:29:07 -04:00
parent d466c33bfd
commit 75b3f74ca8

View File

@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021" 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." 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" 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" documentation = "https://docs.rs/hyper-custom-cert"
homepage = "https://docs.rs/hyper-custom-cert" homepage = "https://docs.rs/hyper-custom-cert"
readme = "README.md" readme = "README.md"