about summary refs log tree commit diff
path: root/pkgs/applications/misc/dmenu/wayland.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/dmenu/wayland.nix')
-rw-r--r--pkgs/applications/misc/dmenu/wayland.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/dmenu/wayland.nix b/pkgs/applications/misc/dmenu/wayland.nix
index 6b8f92ddb1c2e..8e4a98af13816 100644
--- a/pkgs/applications/misc/dmenu/wayland.nix
+++ b/pkgs/applications/misc/dmenu/wayland.nix
@@ -39,6 +39,6 @@ stdenv.mkDerivation rec {
     platforms = platforms.linux;
     description = "dmenu for wayland-compositors";
     homepage = "https://github.com/nyyManni/dmenu-wayland";
-    maintainers = with maintainers; [ ma27 ];
+    maintainers = with maintainers; [ ];
   };
 }