gnu: rust-widestring: Fix typo.
* gnu/packages/crates-io (rust-widestring)[description]: Fix spelling if "libraries".
This commit is contained in:
parent
028053f295
commit
d654ad066e
|
@ -4421,7 +4421,7 @@ in Rust.")
|
|||
(synopsis "Wide string Rust FFI library")
|
||||
(description
|
||||
"A wide string Rust FFI library for converting to and from wide strings,
|
||||
such as those often used in Windows API or other FFI libaries. Both UTF-16 and
|
||||
such as those often used in Windows API or other FFI libraries. Both UTF-16 and
|
||||
UTF-32 types are provided, including support for malformed encoding.")
|
||||
(license (list license:asl2.0
|
||||
license:expat))))
|
||||
|
|
Loading…
Reference in New Issue