diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-09 19:53:38 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-10 14:11:31 +0200 |
commit | 214461edc436503049623c87ab5ca61eff168b92 (patch) | |
tree | 6c270bf6800a1f80e230292566e5c88b65e82695 /gnu/packages/lisp-xyz.scm | |
parent | 7699bbb3a91c1e348d47e73863d9c1aa4e549795 (diff) | |
download | guix-214461edc436503049623c87ab5ca61eff168b92.tar guix-214461edc436503049623c87ab5ca61eff168b92.tar.gz |
gnu: sbcl-cl-slug: Fix typos in synopsis & description.
* gnu/packages/lisp-xyz.scm (sbcl-cl-slug)
[synopsis, description]: Fix typos.
Diffstat (limited to 'gnu/packages/lisp-xyz.scm')
-rw-r--r-- | gnu/packages/lisp-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 35fbdc7605..afdb43620f 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -7296,10 +7296,10 @@ of C+GObject libraries without the need of writing dedicated bindings.") (inputs `(("ppcre" ,sbcl-cl-ppcre))) (home-page "https://github.com/EuAndreh/cl-slug") - (synopsis "Multi-language slug formater") + (synopsis "Multi-language slug formatter") (description "This is a small Common Lisp library to make slugs, mainly for URIs, -from english and beyond.") +from English and beyond.") (license license:llgpl)))) (define-public ecl-cl-slug |