mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 03:50:45 +02:00
gnu: rust-named-pipe-0.4: Fix typos.
* gnu/packages/crates-windows.scm (rust-named-pipe-0.4)[synopsis, description]: Fix typos. Change-Id: I8139d208798efbac834c907508dfb4eb62cd4ae1
This commit is contained in:
parent
ae4f1375c7
commit
0083708c83
1 changed files with 2 additions and 2 deletions
|
@ -674,9 +674,9 @@ IOCP and Async I/O abstractions.")
|
|||
`(#:skip-build? #t ; failed to resolve: could not find `shared` in `winapi`
|
||||
#:cargo-inputs (("rust-winapi" ,rust-winapi-0.3))))
|
||||
(home-page "https://github.com/blackbeam/named_pipe")
|
||||
(synopsis "Wrapper for overlapped (asyncronous) IO of Windows's named pipes")
|
||||
(synopsis "Wrapper for overlapped (asynchronous) IO of Windows's named pipes")
|
||||
(description
|
||||
"This package provides a wrapper for overlapped (asyncronous) IO of
|
||||
"This package provides a wrapper for overlapped (asynchronous) IO of
|
||||
Windows's named pipes.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue