gnu: stumpwm-contrib: Fix description.
* gnu/packages/wm.scm (stumpwm-contrib)[synopsis, description]: Fix them.
This commit is contained in:
parent
013efb8a12
commit
6ca41feda8
1 changed files with 2 additions and 2 deletions
|
@ -1949,8 +1949,8 @@ productive, customizable lisp based systems.")
|
||||||
(inputs
|
(inputs
|
||||||
`(("stumpwm" ,stumpwm "lib")))
|
`(("stumpwm" ,stumpwm "lib")))
|
||||||
(home-page "https://github.com/stumpwm/stumpwm-contrib")
|
(home-page "https://github.com/stumpwm/stumpwm-contrib")
|
||||||
(synopsis "StumpWM interactive shell")
|
(synopsis "StumpWM extra modules")
|
||||||
(description "This package provides a StumpWM interactive shell.")
|
(description "This package provides extra modules for StumpWM.")
|
||||||
(license (list license:gpl2+ license:gpl3+ license:bsd-2)))))
|
(license (list license:gpl2+ license:gpl3+ license:bsd-2)))))
|
||||||
|
|
||||||
(define-public stumpish
|
(define-public stumpish
|
||||||
|
|
Reference in a new issue