fcgi: Update meta
This commit is contained in:
parent
a6a07b88ee
commit
85b22617c9
@ -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…
x
Reference in New Issue
Block a user