From 9507db6d8e17b13d8844837213cc1dc2ee71ac72 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-mail/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/domain/imag-mail/Cargo.toml b/bin/domain/imag-mail/Cargo.toml index 6e07a5ba..08ecff00 100644 --- a/bin/domain/imag-mail/Cargo.toml +++ b/bin/domain/imag-mail/Cargo.toml @@ -3,7 +3,7 @@ name = "imag-mail" version = "0.9.0" authors = ["Matthias Beyer "] -description = "Part of the imag core distribution: imag-notes command" +description = "Part of the imag core distribution: imag-mail command" keywords = ["imag", "PIM", "personal", "information", "management"] readme = "../../../README.md"