From 8e7fca2fe45f28737c790bfcb4de4fd3f1b76f75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Tue, 24 Jun 2025 18:38:42 +0300 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 33580b3..a4d7633 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ readme = "README.md" categories = ["network-programming", "command-line-utilities"] keywords = ["mitmproxy", "man-in-the-middle"] description = "third-wheel is a TLS man-in-the-middle proxy written in rust, with the aim of being lightweight and fast. It is currently in alpha." -repository = "https://www.github.com/campbellC/third-wheel" +repository = "https://github.com/campbellC/third-wheel" license = "MIT" [dependencies]