mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
fcgi: Update meta
This commit is contained in:
parent
a6a07b88ee
commit
85b22617c9
1 changed files with 3 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue