mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
gnu: rust-scratch: Fix typo in description.
* gnu/packages/crates-io.scm (rust-scratch-1)[description]: Fix typo.
This commit is contained in:
parent
214461edc4
commit
5bee5ced34
1 changed files with 3 additions and 2 deletions
|
@ -35802,8 +35802,9 @@ with one of the implemented strategies.")
|
||||||
(("rust-fs2" ,rust-fs2-0.4))))
|
(("rust-fs2" ,rust-fs2-0.4))))
|
||||||
(home-page "https://github.com/dtolnay/scratch")
|
(home-page "https://github.com/dtolnay/scratch")
|
||||||
(synopsis "Compile-time temporary directory")
|
(synopsis "Compile-time temporary directory")
|
||||||
(description "This crate exposes a compile-time temporary directory sharable
|
(description "This crate exposes a compile-time temporary directory
|
||||||
by multiple crates in a build graph and erased by @code{cargo clean}.")
|
shareable by multiple crates in a build graph and erased by @code{cargo
|
||||||
|
clean}.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-scrypt-0.3
|
(define-public rust-scrypt-0.3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue