pkgs/servers/http/apache-modules/mod_fastcgi: added meta.platforms and meta.maintainer
svn path=/nixpkgs/trunk/; revision=24466
This commit is contained in:
parent
4fa49d4e8f
commit
e75b4e4c91
@ -29,5 +29,8 @@ stdenv.mkDerivation {
|
|||||||
virtually any type of web application, but the result is generally
|
virtually any type of web application, but the result is generally
|
||||||
more scalable.
|
more scalable.
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
platforms = stdenv.lib.platforms.unix;
|
||||||
|
maintainers = [ stdenv.lib.maintainers.simons ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user