diff options
Diffstat (limited to 'alacritty/Cargo.toml')
-rw-r--r-- | alacritty/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty/Cargo.toml b/alacritty/Cargo.toml index 1460c5a7..c917c59b 100644 --- a/alacritty/Cargo.toml +++ b/alacritty/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "alacritty" version = "0.4.2-dev" -authors = ["Christian Duerr <contact@christianduerr.com", "Joe Wilm <joe@jwilm.com>"] +authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"] license = "Apache-2.0" description = "GPU-accelerated terminal emulator" readme = "../README.md" |