From: Jason Ish Date: Wed, 9 Apr 2025 20:33:17 +0000 (-0600) Subject: rust/htp: remove authors; fix homepage X-Git-Tag: suricata-8.0.0-rc1~475 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bea685bfcd0e7e3dc4294988c1e41a0de5464161;p=thirdparty%2Fsuricata.git 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. --- 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 = [