meta.description fixups

Mostly scripted substitutions with a couple of subjective enhancements.
This commit is contained in:
Joachim Fasting
2015-04-30 18:17:42 +02:00
parent 6524f969e5
commit bf7ad2d84f
66 changed files with 106 additions and 95 deletions
+2 -2
View File
@@ -54,8 +54,8 @@ stdenv.mkDerivation rec {
'';
meta = {
homepage = "http://exim.org/";
description = "A mail transfer agent (MTA) for hosts that are running Unix or Unix-like operating systems";
homepage = http://exim.org/;
description = "A mail transfer agent (MTA)";
license = stdenv.lib.licenses.gpl3;
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.tv ];