diff mbox series

bug#47524: [PATCH] gnu: Add wlogout.

Message ID 87fszx27a8.fsf@gnu.org
State Accepted
Headers show
Series bug#47524: [PATCH] gnu: Add wlogout. | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job

Commit Message

Ludovic Courtès April 10, 2021, 8:50 p.m. UTC
Hi,

la snesne <lasnesne@lagunposprasihopre.org> skribis:

> * gnu/packages/wm.scm (wlogout): New variable.

Applied with the following cosmetic changes, thanks!

Ludo’.
diff mbox series

Patch

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 2ad9b8a034..90896c2b89 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2485,6 +2485,6 @@  capabilities.  It is heavily inspired by the Calm Window manager(cwm).")
                  (("/etc") (string-append out "/etc"))))
              #t)))))
     (home-page "https://github.com/ArtsyMacaw/wlogout")
-    (synopsis "Logout menu for wayland")
-    (description "wlogout is a logout menu for wayland environments")
+    (synopsis "Logout menu for Wayland")
+    (description "wlogout is a logout menu for Wayland environments.")
     (license license:expat)))