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:
Vagrant Cascadian 2022-11-03 17:32:49 -07:00
parent 8315b70fe4
commit bebbf3558f
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA
5 changed files with 6 additions and 6 deletions

View file

@ -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.