fcgi: Update meta

This commit is contained in:
William A. Kennington III 2014-09-19 11:10:58 -07:00
parent a6a07b88ee
commit 85b22617c9

View file

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