From d089b2cc56d2cc62a16068d1674c071e3d295587 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Sat, 20 Sep 2025 13:38:36 +0300 Subject: [PATCH] chore: Update Cargo.toml use repository instead of homepage --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b30b06b..eac55e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "dumpy" version = "0.5.1" edition = "2021" authors = ["Jason Ish "] -homepage = "https://github.com/jasonish/dumpy" +repository = "https://github.com/jasonish/dumpy" license = "MIT" description = "A web frontend to Suricata full packet capture" rust-version = "1.78.0"