From a1f77fe456e700349fc33874508045f0b7f85e57 Mon Sep 17 00:00:00 2001 From: edef Date: Tue, 30 Aug 2016 13:56:55 -0400 Subject: [PATCH] deal with crates.io's lack of proper SPDX parsing --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e34227b..a7708e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ authors = ["edef "] name = "fringe" description = "safe, lightweight userland context switches" version = "0.0.1" -license = "(Apache-2.0 OR MIT)" +license = "Apache-2.0/MIT" homepage = "https://github.com/edef1c/libfringe" repository = "https://github.com/edef1c/libfringe" documentation = "https://edef1c.github.io/libfringe"