From 4e96ce4294d61b1550e2d7456926936e75cf4f60 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Fri, 12 Feb 2021 15:36:40 +0800 Subject: [PATCH] gnu: dwl: Fix command name in description. * gnu/packages/wm.scm (dwl)[description]: Fix typo. --- gnu/packages/wm.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index a53af7282a..8e3b4244ce 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -1294,7 +1294,7 @@ project derived from the original Calm Window Manager.") (home-page "https://github.com/djpohly/dwl") (synopsis "Dynamic window manager for Wayland") (description - "@command{dwm} is a compact, hackable compositor for Wayland based on + "@command{dwl} is a compact, hackable compositor for Wayland based on wlroots. It is intended to fill the same space in the Wayland world that dwm does in X11, primarily in terms of philosophy, and secondarily in terms of functionality. Like dwm, dwl is easy to understand and hack on, due to a -- 2.20.1