From 2bdf5c4fec19e49c2717928b812fc4aa7cd17987 Mon Sep 17 00:00:00 2001
From: Peter Simons <simons@cryp.to>
Date: Mon, 25 Oct 2010 13:13:09 +0000
Subject: [PATCH] pkgs/servers/http/apache-modules/mod_wsgi: added
 meta.platforms and meta.maintainer

svn path=/nixpkgs/trunk/; revision=24467
---
 pkgs/servers/http/apache-modules/mod_wsgi/default.nix | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pkgs/servers/http/apache-modules/mod_wsgi/default.nix b/pkgs/servers/http/apache-modules/mod_wsgi/default.nix
index c866c79e10d8..d9b902980d7e 100644
--- a/pkgs/servers/http/apache-modules/mod_wsgi/default.nix
+++ b/pkgs/servers/http/apache-modules/mod_wsgi/default.nix
@@ -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 ];
   };
 }