summaryrefslogtreecommitdiff
path: root/gnu/packages/wm.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-07-09 14:46:34 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-07-09 14:53:33 +0200
commit4a1e361086503e7882da8b9785bb06d3c2e8a6ef (patch)
tree65b5d251804b310b44888edb19ac19e1a5abc3c9 /gnu/packages/wm.scm
parentdd77434a37afa287cd861c01e0d7a81c926d3bb9 (diff)
downloadguix-patches-4a1e361086503e7882da8b9785bb06d3c2e8a6ef.tar
guix-patches-4a1e361086503e7882da8b9785bb06d3c2e8a6ef.tar.gz
gnu: sbcl-stumpwm-pass: Fix typo in synopsis.
* gnu/packages/wm.scm (sbcl-stumpwm-pass)[synopsis]: Fix typo.
Diffstat (limited to 'gnu/packages/wm.scm')
-rw-r--r--gnu/packages/wm.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index def8fdccd2..8b54376f37 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))))