From cacb02b7c800def66c82f7ff45c5cfd2f9b0181f Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Tue, 27 Aug 2019 18:12:15 -0700 Subject: [PATCH] Fix incorrect license in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 66ba1d29..3b29c352 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "rojo" version = "0.5.0" authors = ["Lucien Greathouse "] description = "Enables professional-grade development tools for Roblox developers" -license = "MIT" +license = "MPL-2.0" repository = "https://github.com/rojo-rbx/rojo" edition = "2018"