gnu: Fix whitespace issues in Rust package descriptions.

This mainly addresses `double-space after sentence end period' and `trailing
white space' issues.

* gnu/packages/crates-graphics.scm (rust-winit-0.30): Fix description.
* gnu/packages/crates-io.scm (rust-arr-macro-0.1, rust-chan-0.1,
rust-minimal-lexical-0.2): Fix description.

Change-Id: I055c15df9b45c6f0bc3033edbf0afee4593e9383
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
This commit is contained in:
Gabriel Wicki 2025-01-05 22:21:32 +01:00 committed by Vagrant Cascadian
parent 9c2761b589
commit 8df34932ba
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA
2 changed files with 9 additions and 10 deletions

View file

@ -5849,13 +5849,12 @@ from xml files.")
(synopsis "Window creation library") (synopsis "Window creation library")
(description (description
"Winit is a window creation and management library. It can create "Winit is a window creation and management library. It can create
windows and lets you handle events (for example: the window being windows and lets you handle events (for example: the window being resized, a
resized, a key being pressed, a mouse movement, etc.) produced by key being pressed, a mouse movement, etc.) produced by window.
window.
Winit is designed to be a low-level brick in a hierarchy of libraries. Winit is designed to be a low-level brick in a hierarchy of libraries.
Consequently, in order to show something on the window you need to use Consequently, in order to show something on the window you need to use the
the platform-specific getters provided by winit, or another library.") platform-specific getters provided by winit, or another library.")
(license license:asl2.0))) (license license:asl2.0)))
(define-public rust-winit-0.29 (define-public rust-winit-0.29

View file

@ -45451,8 +45451,8 @@ library.")
(home-page "https://github.com/Alexhuszagh/minimal-lexical") (home-page "https://github.com/Alexhuszagh/minimal-lexical")
(synopsis "Float parsing conversion routines") (synopsis "Float parsing conversion routines")
(description "This is a minimal version of rust-lexical, meant to allow (description "This is a minimal version of rust-lexical, meant to allow
efficient round-trip float parsing. Minimal-lexical implements a correct, fast efficient round-trip float parsing. Minimal-lexical implements a correct,
float parser.") fast float parser.")
(license (list license:expat license:asl2.0)))) (license (list license:expat license:asl2.0))))
(define-public rust-minimp3-0.5 (define-public rust-minimp3-0.5