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-scratch: Fix typo in description.

* gnu/packages/crates-io.scm (rust-scratch-1)[description]: Fix typo.
This commit is contained in:
Tobias Geerinckx-Rice 2021-04-09 19:53:54 +02:00
parent 214461edc4
commit 5bee5ced34
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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