From 7b2a4fb63ace3abd23bd7ba019b5c1fd04b36472 Mon Sep 17 00:00:00 2001 From: moznion Date: Wed, 18 May 2022 12:46:02 -0700 Subject: [PATCH] Correct the license metadata in Cargo.toml Signed-off-by: moznion --- radius/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"