Fixed some descriptions

This commit is contained in:
Pascal Wittmann
2015-04-28 10:55:20 +02:00
parent 74742ad584
commit f99d5cf2fc
54 changed files with 77 additions and 78 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "http://exim.org/";
description = "Exim is a mail transfer agent (MTA) for hosts that are running Unix or Unix-like operating systems.";
description = "A mail transfer agent (MTA) for hosts that are running Unix or Unix-like operating systems";
license = stdenv.lib.licenses.gpl3;
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.tv ];