From 12ca9e522cde29f6338e173c59df37315d202998 Mon Sep 17 00:00:00 2001 From: Corwin Kuiper Date: Thu, 15 Apr 2021 22:04:53 +0100 Subject: [PATCH] fix license name --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2ff0da91..6ac76bac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" authors = ["Corwin Kuiper "] edition = "2018" description = "Library for Game Boy Advance Development" -license = "MPLv2" +license = "MPL-2.0" [profile.dev] opt-level = 2