mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 19:05:10 -05:00
gnu: sbcl-terminal-size: Fix formatting of description.
* gnu/packages/lisp-xyz.scm (sbcl-terminal-size)[description]: Fix formatting of description. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
fddd5f6242
commit
8452c5d1f4
1 changed files with 1 additions and 1 deletions
|
@ -18632,7 +18632,7 @@ (define-public sbcl-terminal-size
|
|||
(home-page "https://github.com/eudoxia0/terminal-size")
|
||||
(synopsis "Get the size of the terminal from Common Lisp")
|
||||
(description
|
||||
"This package provides the @{(terminal-size:size)} function to get the
|
||||
"This package provides the @code{terminal-size:size} function to get the
|
||||
size of the terminal from Common Lisp.")
|
||||
(license license:expat))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue