about summary refs log tree commit diff
path: root/pkgs/tools/misc/mandown/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/mandown/default.nix')
-rw-r--r--pkgs/tools/misc/mandown/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/mandown/default.nix b/pkgs/tools/misc/mandown/default.nix
index 08755ede14db5..4851c764d0eb0 100644
--- a/pkgs/tools/misc/mandown/default.nix
+++ b/pkgs/tools/misc/mandown/default.nix
@@ -15,6 +15,6 @@ rustPlatform.buildRustPackage rec {
     description = "Markdown to groff (man page) converter";
     homepage = "https://gitlab.com/kornelski/mandown";
     license = with licenses; [ asl20 /* or */ mit ];
-    maintainers = with maintainers; [ zowoq ];
+    maintainers = with maintainers; [ ];
   };
 }