Skip to content

Commit a367239

Browse files
authored
Fix the invalid license name for cargo-deny (#110)
1 parent 52edf45 commit a367239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendored/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "rustpython-parser-vendored"
33
description = "RustPython parser vendored third-party crates."
44
authors = ["RustPython Team", "and the original authors of the vendored modules"]
5-
license = "Various"
5+
license = "MIT"
66
edition = { workspace = true }
77
version = { workspace = true }
88
repository = { workspace = true }

0 commit comments

Comments
 (0)