summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Helbling <cole.e.helbling@outlook.com>2020-02-26 19:07:59 -0800
committerGitHub <noreply@github.com>2020-02-27 06:07:59 +0300
commit50c1fd077aa6d71bc65873c7286fcdf44e89253e (patch)
tree2e94f90104fa874972406beeaabda71478e0d005
parent84f57ac8367e3e24e0347515e6681c0478fc3d29 (diff)
downloadalacritty-50c1fd077aa6d71bc65873c7286fcdf44e89253e.tar.gz
alacritty-50c1fd077aa6d71bc65873c7286fcdf44e89253e.zip
Add missing angled bracket to email
-rw-r--r--alacritty/Cargo.toml2
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"