Fix the license name to be suitable with SPDX

This commit is contained in:
moznion
2020-12-12 13:49:14 +09:00
parent 2855b42cb2
commit 148060a506
+1 -1
View File
@@ -4,7 +4,7 @@ version = "0.0.1"
authors = ["moznion <moznion@gmail.com>"] authors = ["moznion <moznion@gmail.com>"]
edition = "2018" edition = "2018"
description = "An async/await native implementation of the RADIUS server and client for Rust." description = "An async/await native implementation of the RADIUS server and client for Rust."
license-file = "../LICENSE" license = "MPL-2.0"
readme = "../README.md" readme = "../README.md"
repository = "https://github.com/moznion/radius-rs" repository = "https://github.com/moznion/radius-rs"
categories = ["network-programming"] categories = ["network-programming"]