3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: sbcl-stumpwm-pass: Fix typo in synopsis.

* gnu/packages/wm.scm (sbcl-stumpwm-pass)[synopsis]: Fix typo.
This commit is contained in:
Tobias Geerinckx-Rice 2020-07-09 14:46:34 +02:00
parent dd77434a37
commit 4a1e361086
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1743,7 +1743,7 @@ rendering.")
(add-after 'unpack 'chdir
(lambda _ (chdir "util/pass") #t)))))
(home-page "https://github.com/stumpwm/stumpwm-contrib")
(synopsis "Integrate @code{pass} wih StumpWM")
(synopsis "Integrate @code{pass} with StumpWM")
(description "This package provides an interface which integrates
password-store into StumpWM.")
(license (list license:gpl2+ license:gpl3+ license:bsd-2))))