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

@ -259,7 +259,7 @@ (define-public fstrcmp
(native-inputs
(list ghostscript ; ps2pdf
groff libtool which))
(synopsis "fuzzy comparison of strings")
(synopsis "Fuzzy comparison of strings")
(description
"The fstrcmp project provides a library that is used to make fuzzy
comparisons of strings and byte arrays, including multi-byte character strings.

View file

@ -13766,7 +13766,7 @@ (define-public sbcl-cl-form-types
(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.

View file

@ -3195,7 +3195,7 @@ (define-public python-torchvision
(native-inputs
(list which python-pytest))
(home-page "https://pytorch.org/vision/stable/index.html")
(synopsis " Datasets, transforms and models specific to computer vision")
(synopsis "Datasets, transforms and models specific to computer vision")
(description
"The torchvision package consists of popular datasets, model architectures,
and common image transformations for computer vision.")

View file

@ -269,7 +269,7 @@ (define-public lcrq
(assoc-ref %outputs "out"))))
#:test-target "test"))
(home-page "https://librecast.net/lcrq.html")
(synopsis "librecast RaptorQ library")
(synopsis "Librecast RaptorQ library")
(description
"C library implementation of RaptorQ Forward Error Correction for
Librecast. RFC6330 (IETF) describes the RaptorQ proposed standard, which LCRQ
@ -331,7 +331,7 @@ (define-public lcsync
(inputs (list librecast libsodium))
(native-inputs (list simde))
(home-page "https://librecast.net/lcsync.html")
(synopsis "librecast file and data syncing tool")
(synopsis "Librecast file and data syncing tool")
(description
"lcsync is a tool to sync files over IPv6 multicast or the
local filesystem. It splits the file into blocks, hashes them, and compares

View file

@ -11492,7 +11492,7 @@ (define-public ruby-mustache
(lambda* (#:key inputs #:allow-other-keys)
(invoke "patch" "-p1" "--batch" "-i"
(assoc-ref inputs "test-patch")))))))
(synopsis "framework-agnostic way to render logic-free views")
(synopsis "Framework-agnostic way to render logic-free views")
(description
"Mustache is a framework-agnostic way to render logic-free views.
Think of Mustache as a replacement for your views. Instead of views