1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

pkgs/servers/http/apache-modules/mod_fastcgi: added meta.platforms and meta.maintainer

svn path=/nixpkgs/trunk/; revision=24466
This commit is contained in:
Peter Simons 2010-10-25 13:13:03 +00:00
parent 4fa49d4e8f
commit e75b4e4c91

View file

@ -29,5 +29,8 @@ stdenv.mkDerivation {
virtually any type of web application, but the result is generally
more scalable.
'';
platforms = stdenv.lib.platforms.unix;
maintainers = [ stdenv.lib.maintainers.simons ];
};
}