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
@ -20399,8 +20399,7 @@ proven statistical guarantees.")
|
||||
("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 New Issue
Block a user