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 d55e22c5a3b8..9a13da677456 100644
--- a/pkgs/applications/misc/dmenu/wayland.nix
+++ b/pkgs/applications/misc/dmenu/wayland.nix
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
   ];
 
   meta = {
-      description = "a generic, highly customizable, and efficient menu for the X Window System";
+      description = "A generic, highly customizable, and efficient menu for the X Window System";
       homepage = http://tools.suckless.org/dmenu;
       license = stdenv.lib.licenses.mit;
       maintainers = with stdenv.lib.maintainers; [ ];