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

View File

@@ -4,7 +4,7 @@ version = "0.0.1"
authors = ["moznion <moznion@gmail.com>"]
edition = "2018"
description = "An async/await native implementation of the RADIUS server and client for Rust."
license-file = "../LICENSE"
license = "MPL-2.0"
readme = "../README.md"
repository = "https://github.com/moznion/radius-rs"
categories = ["network-programming"]