diff --git a/radius/Cargo.toml b/radius/Cargo.toml index 9b67252..e4a9ae6 100644 --- a/radius/Cargo.toml +++ b/radius/Cargo.toml @@ -4,7 +4,7 @@ version = "0.3.0" authors = ["moznion "] edition = "2018" description = "An async/await native implementation of the RADIUS server and client for Rust." -license = "MPL-2.0" +license = "MIT" readme = "../README.md" repository = "https://github.com/moznion/radius-rs" homepage = "https://github.com/moznion/radius-rs"