Fix typo in Cargo.toml.
This commit is contained in:
2
third_party/lang-items/Cargo.toml
vendored
2
third_party/lang-items/Cargo.toml
vendored
@@ -2,7 +2,7 @@
|
||||
name = "lang_items"
|
||||
version = "0.1.0"
|
||||
authors = [
|
||||
"Tock Project Developers <tock-dev@googlegroups.com>"
|
||||
"Tock Project Developers <tock-dev@googlegroups.com>",
|
||||
"Guillaume Endignoux <guillaumee@google.com>",
|
||||
]
|
||||
license = "MIT/Apache-2.0"
|
||||
|
||||
2
third_party/libtock-drivers/Cargo.toml
vendored
2
third_party/libtock-drivers/Cargo.toml
vendored
@@ -2,7 +2,7 @@
|
||||
name = "libtock_drivers"
|
||||
version = "0.1.0"
|
||||
authors = [
|
||||
"Tock Project Developers <tock-dev@googlegroups.com>"
|
||||
"Tock Project Developers <tock-dev@googlegroups.com>",
|
||||
"Guillaume Endignoux <guillaumee@google.com>",
|
||||
]
|
||||
license = "MIT/Apache-2.0"
|
||||
|
||||
Reference in New Issue
Block a user