Merge pull request #233 from snshn/cargo-fix-license-identifier

Fix license identifier in Cargo.toml
pull/234/head v2.4.0
Sunshine 3 years ago committed by GitHub
commit 95040173fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,7 +19,7 @@ include = [
"src/*.rs",
"Cargo.toml",
]
license = "The Unlicense"
license = "Unlicense"
license-file = "LICENSE"
[dependencies]

Loading…
Cancel
Save