From d2bf1751acf4c2561d997a1eed9f210a699bf560 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 31 Jul 2018 21:20:08 -0700 Subject: [PATCH] Fix: Binary name Signed-off-by: Matthias Beyer --- bin/domain/imag-timetrack/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/domain/imag-timetrack/Cargo.toml b/bin/domain/imag-timetrack/Cargo.toml index 6ff64610..8266313e 100644 --- a/bin/domain/imag-timetrack/Cargo.toml +++ b/bin/domain/imag-timetrack/Cargo.toml @@ -3,7 +3,7 @@ name = "imag-timetrack" version = "0.9.0" authors = ["Matthias Beyer "] -description = "Part of the imag core distribution: imag-tag command" +description = "Part of the imag core distribution: imag-timetrack command" keywords = ["imag", "PIM", "personal", "information", "management"] readme = "../../../README.md"