Fix the authors entry in Cargo.toml (#322)

This commit is contained in:
Joe Walker 2017-02-17 07:03:48 +00:00 committed by Victor Porof
parent 89949fb451
commit d9b699b588

View file

@ -1,5 +1,11 @@
[package]
authors = ["Richard Newman <rnewman@twinql.com>", "Nicholas Alexander <nalexander@mozilla.com>"]
authors = [
"Richard Newman <rnewman@twinql.com>",
"Nicholas Alexander <nalexander@mozilla.com>",
"Victor Porof <vporof@mozilla.com>",
"Jordan Santell <jsantell@mozilla.com>",
"Joe Walker <jwalker@mozilla.com>",
]
name = "mentat"
version = "0.4.0"