mirror of
https://github.com/cubixle/radius-rs.git
synced 2026-04-30 16:58:39 +01:00
Fix the license name to be suitable with SPDX
This commit is contained in:
+1
-1
@@ -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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user