swaks: fixing meta.description
This commit is contained in:
parent
3eef2318bb
commit
635cea64a7
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue