mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: rust-which-2.0: Fix spelling of "executable".
* gnu/packages/crates-io (rust-which-2.0)[description]: Fix typo.
This commit is contained in:
parent
41d06fff1f
commit
57c844bea7
1 changed files with 1 additions and 1 deletions
|
@ -13582,7 +13582,7 @@ (define-public rust-which-2.0
|
|||
(synopsis "Rust equivalent of Unix command \"which\"")
|
||||
(description
|
||||
"This package provides a Rust equivalent of Unix command \"which\".
|
||||
Locate installed execuable in cross platforms.")
|
||||
Locate installed executable in cross platforms.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-widestring-0.4
|
||||
|
|
Loading…
Reference in a new issue