meta.description fixups
Mostly scripted substitutions with a couple of subjective enhancements.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user