summary refs log tree commit diff
path: root/pkgs/tools/text/catdoc/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/catdoc/default.nix')
-rw-r--r--pkgs/tools/text/catdoc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/catdoc/default.nix b/pkgs/tools/text/catdoc/default.nix
index d4f40270915..64ef092f36b 100644
--- a/pkgs/tools/text/catdoc/default.nix
+++ b/pkgs/tools/text/catdoc/default.nix
@@ -22,6 +22,6 @@ stdenv.mkDerivation rec {
     description = "MS-Word/Excel/PowerPoint to text converter";
     platforms = platforms.all;
     license = licenses.gpl2;
-    maintainers = with maintainers; [ ndowens ];
+    maintainers = with maintainers; [];
   };
 }