summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Gesang <phg@phi-gamma.net>2015-05-09 00:51:29 +0200
committerPhilipp Gesang <phg@phi-gamma.net>2015-05-09 00:51:29 +0200
commit792526d07d6b4c7fb57918074d0fa11831678e3a (patch)
treec56262ce19a60e0ab63607651c9b720d0b188fec
parente4d538a49331a15db6a727d9b194b898318f8724 (diff)
downloadvtcol-792526d07d6b4c7fb57918074d0fa11831678e3a.tar.gz
cargo: silence warnings about non-conformant “keywords” array
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index edc2378..d4fc6db 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ description = "Set Linux console color scheme"
version = "0.42.0"
authors = [ "Philipp Gesang <phg@phi-gamma.net>" ]
repository = "https://github.com/phi-gamma/vtcol"
-keywords = [ "linux", "virtual terminal", "vt", "tty", "console", "system" ]
+keywords = [ "linux", "virtual_terminal", "tty", "console", "system" ]
readme = "README.rst"
license = "GPL-3.0"