mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: sbcl-cl-slug: Fix typos in synopsis & description.
* gnu/packages/lisp-xyz.scm (sbcl-cl-slug) [synopsis, description]: Fix typos.
This commit is contained in:
parent
7699bbb3a9
commit
214461edc4
1 changed files with 2 additions and 2 deletions
|
@ -7296,10 +7296,10 @@ (define-public sbcl-cl-slug
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue