1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2025-07-31 22:03:40 -04:00

Add missing angled bracket to email

This commit is contained in:
Cole Helbling 2020-02-26 19:07:59 -08:00 committed by GitHub
parent 84f57ac836
commit 50c1fd077a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
[package] [package]
name = "alacritty" name = "alacritty"
version = "0.4.2-dev" 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" license = "Apache-2.0"
description = "GPU-accelerated terminal emulator" description = "GPU-accelerated terminal emulator"
readme = "../README.md" readme = "../README.md"