mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Fix various case and whitespace issues in synopsis.
* gnu/packages/kodi.scm (fstrcmp)[synopsis]: Fix case. * gnu/packages/lisp-xyz.scm (sbcl-cl-form-types)[synopsis]: Fix case. * gnu/packages/machine-learning.scm (python-torchvision)[synopsis]: Remove leading whitespace. * gnu/packages/networking.scm (lcrq)[synopsis]: Fix case. (lcsync)[synopsis]: Likewise. * gnu/packages/ruby.scm (ruby-mustache)[synopsis]: Fix case.
This commit is contained in:
parent
8315b70fe4
commit
bebbf3558f
5 changed files with 6 additions and 6 deletions
|
@ -13766,7 +13766,7 @@ and comparison operations when used heavily in numeric code.")
|
|||
(native-inputs
|
||||
(list sbcl-fiveam))
|
||||
(home-page "https://github.com/alex-gutev/cl-form-types")
|
||||
(synopsis "determining the types of Common Lisp forms")
|
||||
(synopsis "Determine the types of Common Lisp forms")
|
||||
(description "This library provides functions for determining the value
|
||||
types of Common Lisp forms, based on type information contained in the
|
||||
environment.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue