mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
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/";
|
||||
description = "Host Python applications in Apache through the WSGI interface";
|
||||
license = "ASL2.0";
|
||||
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
maintainers = [ stdenv.lib.maintainers.simons ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user