diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-09 14:46:34 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-09 14:53:33 +0200 |
commit | 4a1e361086503e7882da8b9785bb06d3c2e8a6ef (patch) | |
tree | 65b5d251804b310b44888edb19ac19e1a5abc3c9 | |
parent | dd77434a37afa287cd861c01e0d7a81c926d3bb9 (diff) |
gnu: sbcl-stumpwm-pass: Fix typo in synopsis.
* gnu/packages/wm.scm (sbcl-stumpwm-pass)[synopsis]: Fix typo.
-rw-r--r-- | gnu/packages/wm.scm | 2 |
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)))) |