diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-11-13 01:00:00 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-11-13 01:00:06 +0100 |
commit | ee1241fef67354c0f55d584c56dd2199eec11322 (patch) | |
tree | b2a882afc29e8219ea3a30213b780e1f2a09be4b /gnu/packages/xdisorg.scm | |
parent | 5b555d639d05f0df7b26da459c69680ba35921bd (diff) |
gnu: fuzzel: Fix typo in description.
* gnu/packages/xdisorg.scm (fuzzel)[description]: Fix ‘foot’ typo.
Diffstat (limited to 'gnu/packages/xdisorg.scm')
-rw-r--r-- | gnu/packages/xdisorg.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index dba52ab25e..42ee11e904 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -2962,7 +2962,7 @@ using @command{dmenu}.") wayland-protocols)) (synopsis "Wayland-native application launcher") (description - "@command{foot} is a Wayland-native application launcher, similar to + "@command{fuzzel} is a Wayland-native application launcher, similar to rofi's drun mode. It has Emacs key bindings and remembers frequently launched applications. The font and colors can be configured.") (license (list license:expat ;fuzzel |