me
/
guix
Archived
1
0
Fork 0

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>
master
Foo Chuan Wei 2021-11-23 13:08:42 +00:00 committed by Guillaume Le Vaillant
parent fddd5f6242
commit 8452c5d1f4
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 1 additions and 1 deletions

View File

@ -18632,7 +18632,7 @@ tasks in Common Lisp. It is fork of SWANK-BACKEND.")
(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))))