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

svn path=/nixpkgs/trunk/; revision=24467
This commit is contained in:
Peter Simons 2010-10-25 13:13:09 +00:00
parent e75b4e4c91
commit 2bdf5c4fec

View file

@ -18,5 +18,8 @@ stdenv.mkDerivation {
homepage = "http://code.google.com/p/modwsgi/";
description = "Host Python applications in Apache through the WSGI interface";
license = "ASL2.0";
platforms = stdenv.lib.platforms.unix;
maintainers = [ stdenv.lib.maintainers.simons ];
};
}