about summary refs log tree commit diff
path: root/pkgs/development/tools/misc/help2man/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/misc/help2man/default.nix')
-rw-r--r--pkgs/development/tools/misc/help2man/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/misc/help2man/default.nix b/pkgs/development/tools/misc/help2man/default.nix
index e93d844db23c..9a16ec987950 100644
--- a/pkgs/development/tools/misc/help2man/default.nix
+++ b/pkgs/development/tools/misc/help2man/default.nix
@@ -30,6 +30,6 @@ stdenv.mkDerivation rec {
 
     license = licenses.gpl3Plus;
     platforms = platforms.gnu;         # arbitrary choice
-    maintainers = with maintainers; [ ludo pSub ];
+    maintainers = with maintainers; [ pSub ];
   };
 }