diff --git a/netlink-request/Cargo.toml b/netlink-request/Cargo.toml index 02782e0..7eda69b 100644 --- a/netlink-request/Cargo.toml +++ b/netlink-request/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Jake McGinty "] categories = ["os::unix-apis"] description = "A helper to perform requests using the Linux netlink interface" edition = "2021" -license = "LGPL-2.1-or-later" +license = "MIT" name = "netlink-request" readme = "README.md" repository = "https://github.com/tonarino/innernet"