diff --git a/Cargo.toml b/Cargo.toml index 60f3316..b65c22a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "ssh-parser" version = "0.4.0" authors = ["Nicolas Vivet ", "Pierre Chifflier "] description = "Parser for the SSH protocol" -license = "LGPL-2.1+" +license = "LGPL-2.1-or-later" homepage = "https://github.com/rusticata/ssh-parser" repository = "https://github.com/rusticata/ssh-parser" documentation = "https://docs.rs/ssh-parser"