gnu: rust-widestring: Fix typo.
* gnu/packages/crates-io (rust-widestring)[description]: Fix spelling if "libraries".master
parent
028053f295
commit
d654ad066e
|
@ -4421,7 +4421,7 @@ in Rust.")
|
||||||
(synopsis "Wide string Rust FFI library")
|
(synopsis "Wide string Rust FFI library")
|
||||||
(description
|
(description
|
||||||
"A wide string Rust FFI library for converting to and from wide strings,
|
"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.")
|
UTF-32 types are provided, including support for malformed encoding.")
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
Reference in New Issue