1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 20:10:39 +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:
Efraim Flashner 2024-12-24 12:42:11 +02:00
parent ae4f1375c7
commit 0083708c83
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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))))