]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
rust/htp: remove authors; fix homepage
authorJason Ish <jason.ish@oisf.net>
Wed, 9 Apr 2025 20:33:17 +0000 (14:33 -0600)
committerVictor Julien <victor@inliniac.net>
Sat, 12 Apr 2025 09:00:03 +0000 (11:00 +0200)
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

index 6d451fc2ec71c2227fe25f032645962377631041..0b928eb340b6fd8f0a0853c4150d468e76aba9e0 100644 (file)
@@ -1,14 +1,12 @@
 [package]
 name = "suricata-htp"
-authors = ["ivanr = Ivan Ristic <ivanr@webkreator.com>", "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 = [