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
|
@ -11492,7 +11492,7 @@ serves JavaScript, CoffeeScript, CSS, LESS, Sass, and SCSS.")
|
|||
(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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue