swaks: fixing meta.description

This commit is contained in:
Marek Mahut 2019-11-01 09:13:25 +01:00
parent 3eef2318bb
commit 635cea64a7
1 changed files with 2 additions and 4 deletions

View File

@ -22,10 +22,8 @@ stdenv.mkDerivation rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://www.jetmore.org/john/code/swaks/; homepage = "http://www.jetmore.org/john/code/swaks/";
description = '' description = "A featureful, flexible, scriptable, transaction-oriented SMTP test tool";
A featureful, flexible, scriptable, transaction-oriented SMTP test tool
'';
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ ndowens ]; maintainers = with maintainers; [ ndowens ];
platforms = platforms.all; platforms = platforms.all;