From dbd8bd7699fc15d2dff999c0e69a0f2518ecab62 Mon Sep 17 00:00:00 2001 From: Alberto Bertogli Date: Sat, 14 Jul 2018 10:45:10 +0100 Subject: [PATCH] chasquid: Update docstring to match the README file --- chasquid.go | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/chasquid.go b/chasquid.go index 63a3cea..fbd1313 100644 --- a/chasquid.go +++ b/chasquid.go @@ -1,7 +1,5 @@ -// chasquid is an SMTP (email) server. -// -// It aims to be easy to configure and maintain for a small mail server, at -// the expense of flexibility and functionality. +// chasquid is an SMTP (email) server, with a focus on simplicity, security, +// and ease of operation. // // See https://blitiri.com.ar/p/chasquid for more details. package main