From 148060a506c3e3a168e8b8d8b309537f0067a4c0 Mon Sep 17 00:00:00 2001 From: moznion Date: Sat, 12 Dec 2020 13:49:14 +0900 Subject: [PATCH] Fix the license name to be suitable with SPDX --- radius/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radius/Cargo.toml b/radius/Cargo.toml index 61dfb33..4eceb34 100644 --- a/radius/Cargo.toml +++ b/radius/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.1" authors = ["moznion "] 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"]