From bea685bfcd0e7e3dc4294988c1e41a0de5464161 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Wed, 9 Apr 2025 14:33:17 -0600 Subject: [PATCH] rust/htp: remove authors; fix homepage Remove the authors field as it is deprecated. Update the repository page to the Suricata repository. Remove the homepage, it can be found via the reposistory page. --- rust/htp/Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/rust/htp/Cargo.toml b/rust/htp/Cargo.toml index 6d451fc2ec..0b928eb340 100644 --- a/rust/htp/Cargo.toml +++ b/rust/htp/Cargo.toml @@ -1,14 +1,12 @@ [package] name = "suricata-htp" -authors = ["ivanr = Ivan Ristic ", "cccs = Canadian Centre for Cyber Security"] version = "2.0.0" edition = "2021" autobins = false license-file = "LICENSE" description = "Security Aware HTP Protocol parsing library" readme = "README.md" -repository = "https://github.com/CybercentreCanada/libhtp-rs-internal" -homepage = "https://github.com/CybercentreCanada/libhtp-rs-internal" +repository = "https://github.com/OISF/suricata" keywords = ["parser", "HTTP", "protocol", "network", "api"] categories = ["parsing", "network-programming"] include = [