nckx pushed a commit to branch master
in repository guix.
commit 4a1e361086503e7882da8b9785bb06d3c2e8a6ef
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Thu Jul 9 14:46:34 2020 +0200
gnu: sbcl-stumpwm-pass: Fix typo in synopsis.
* gnu/packages/wm.scm (sbcl-stumpwm-pass)[synopsis]: 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 def8fdc..8b54376 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -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))))