From 75b3f74ca88a257275e255c40709d09e8970aaa1 Mon Sep 17 00:00:00 2001 From: geoffsee <> Date: Thu, 14 Aug 2025 16:29:07 -0400 Subject: [PATCH] Update repository URL in Cargo.toml to seemueller-io --- crates/hyper-custom-cert/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"