summary refs log tree commit diff
path: root/pkgs/tools/text/discount/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/discount/default.nix')
-rw-r--r--pkgs/tools/text/discount/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/discount/default.nix b/pkgs/tools/text/discount/default.nix
index 561ee06136d..c1183d4c5a0 100644
--- a/pkgs/tools/text/discount/default.nix
+++ b/pkgs/tools/text/discount/default.nix
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
     description = "Implementation of Markdown markup language in C";
     homepage = http://www.pell.portland.or.us/~orc/Code/discount/;
     license = licenses.bsd3;
-    maintainers = with maintainers; [ shell ndowens ];
+    maintainers = with maintainers; [ shell ];
     platforms = platforms.unix;
   };
 }