mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: rust-serde-bytes: Fix typo in synopsis.
* gnu/packages/crates-io.scm (rust-serde-bytes)[synopsis]: Remove ‘of’.
This commit is contained in:
parent
449bac5b4d
commit
33678aee91
1 changed files with 1 additions and 2 deletions
|
@ -20399,8 +20399,7 @@ (define-public rust-serde-bytes-0.11
|
|||
("rust-serde-derive" ,rust-serde-derive-1.0)
|
||||
("rust-serde-test" ,rust-serde-test-1.0))))
|
||||
(home-page "https://github.com/serde-rs/bytes")
|
||||
(synopsis
|
||||
"Handle of integer arrays and vectors for Serde")
|
||||
(synopsis "Handle integer arrays and vectors for Serde")
|
||||
(description
|
||||
"Optimized handling of @code{&[u8]} and @code{Vec<u8>} for Serde.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
|
Loading…
Reference in a new issue