Fix incorrect license in Cargo.toml

This commit is contained in:
Lucien Greathouse
2019-08-27 18:12:15 -07:00
parent c0b6ec8ccb
commit cacb02b7c8

View File

@@ -3,7 +3,7 @@ name = "rojo"
version = "0.5.0"
authors = ["Lucien Greathouse <me@lpghatguy.com>"]
description = "Enables professional-grade development tools for Roblox developers"
license = "MIT"
license = "MPL-2.0"
repository = "https://github.com/rojo-rbx/rojo"
edition = "2018"