1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-27 11:32:21 +02: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:
Vagrant Cascadian
2022-11-03 17:32:49 -07:00
parent 8315b70fe4
commit bebbf3558f
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -259,7 +259,7 @@ generator library for C++.")
(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.