pkgs/servers/http/apache-modules/mod_wsgi: added meta.platforms and meta.maintainer
svn path=/nixpkgs/trunk/; revision=24467
This commit is contained in:
parent
e75b4e4c91
commit
2bdf5c4fec
@ -18,5 +18,8 @@ stdenv.mkDerivation {
|
|||||||
homepage = "http://code.google.com/p/modwsgi/";
|
homepage = "http://code.google.com/p/modwsgi/";
|
||||||
description = "Host Python applications in Apache through the WSGI interface";
|
description = "Host Python applications in Apache through the WSGI interface";
|
||||||
license = "ASL2.0";
|
license = "ASL2.0";
|
||||||
|
|
||||||
|
platforms = stdenv.lib.platforms.unix;
|
||||||
|
maintainers = [ stdenv.lib.maintainers.simons ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user