diff options
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -4,12 +4,13 @@ [package] name = "vtcol" +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", "vt", "tty", "console", "system" ] readme = "README.rst" -license = "GPL3" +license = "GPL-3.0" [[bin]] name = "vtcol" |