guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: stumpwm-contrib: Fix description.


From: guix-commits
Subject: 03/03: gnu: stumpwm-contrib: Fix description.
Date: Wed, 17 Aug 2022 04:19:16 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 6ca41feda895cfed4f43d93face37f2eeee0db40
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Wed Aug 17 10:15:40 2022 +0200

    gnu: stumpwm-contrib: Fix description.
    
    * gnu/packages/wm.scm (stumpwm-contrib)[synopsis, description]: Fix them.
---
 gnu/packages/wm.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 507c5db92a..7ea6840689 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1949,8 +1949,8 @@ productive, customizable lisp based systems.")
       (inputs
        `(("stumpwm" ,stumpwm "lib")))
       (home-page "https://github.com/stumpwm/stumpwm-contrib";)
-      (synopsis "StumpWM interactive shell")
-      (description "This package provides a StumpWM interactive shell.")
+      (synopsis "StumpWM extra modules")
+      (description "This package provides extra modules for StumpWM.")
       (license (list license:gpl2+ license:gpl3+ license:bsd-2)))))
 
 (define-public stumpish



reply via email to

[Prev in Thread] Current Thread [Next in Thread]