meta.description fixups

Mostly scripted substitutions with a couple of subjective enhancements.
This commit is contained in:
Joachim Fasting
2015-04-30 17:05:14 +02:00
parent 6524f969e5
commit bf7ad2d84f
66 changed files with 106 additions and 95 deletions

View File

@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
postInstall = "ln -s . $out/include/fastcgi";
meta = with stdenv.lib; {
description = "FastCGI is a language independent, scalable, open extension to CG";
description = "A language independent, scalable, open extension to CG";
homepage = http://www.fastcgi.com/;
license = "FastCGI see LICENSE.TERMS";
platforms = platforms.all;