about summary refs log tree commit diff
path: root/pkgs/tools/misc/mandown
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2022-06-26 13:53:59 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2022-06-26 14:10:58 +1000
commitad116b8f6f8f4ba1bf3c2e863f943421573c8cab (patch)
treeb0cd671cda4c099811f2b05e3a0123ae917e3046 /pkgs/tools/misc/mandown
parentc81134487136d5fe9b16472818e0b58ec5f412d4 (diff)
mandown: remove maintainer
Diffstat (limited to 'pkgs/tools/misc/mandown')
-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; [ ];
   };
 }