Correct the license metadata in Cargo.toml

Signed-off-by: moznion <moznion@mail.moznion.net>
This commit is contained in:
moznion
2022-05-18 12:46:02 -07:00
parent 02f521872e
commit 7b2a4fb63a

View File

@@ -4,7 +4,7 @@ version = "0.3.0"
authors = ["moznion <moznion@gmail.com>"]
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"