actually set the correct license in cargo.toml
This commit is contained in:
parent
55634e9f77
commit
ccdd080d7d
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ description = "Library for adding a struct to parse minecraft java edition resou
|
||||||
authors = ["endernon"]
|
authors = ["endernon"]
|
||||||
repository = "https://git.frfrnocap.men/endernon/mcmeta-parser"
|
repository = "https://git.frfrnocap.men/endernon/mcmeta-parser"
|
||||||
readme = "readme.md"
|
readme = "readme.md"
|
||||||
license = "GPL-3"
|
license = "MIT"
|
||||||
version = "0.4.0"
|
version = "0.4.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue