Skip to content
This repository was archived by the owner on Oct 22, 2020. It is now read-only.

Commit c0df09a

Browse files
committed
Changed license from 'MIT License' to 'MIT' because the first one is not valid
1 parent a4bbc53 commit c0df09a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2018"
66
description = "A rust implementation of the python 'input' function."
77
repository = "https://github.com/maxslarsson/python-input"
88
keywords = ["python", "user", "input", "rust", "implementation"]
9-
license = "MIT License"
9+
license = "MIT"
1010
readme = "README.md"
1111

1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)