diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-09 19:53:54 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-10 14:11:31 +0200 |
commit | 5bee5ced3455508fbb27a0374a14dfb73405a7ec (patch) | |
tree | e07ce0e77d429772ada845c3ea1a1f00f797ead6 /gnu/packages/crates-io.scm | |
parent | 214461edc436503049623c87ab5ca61eff168b92 (diff) | |
download | guix-5bee5ced3455508fbb27a0374a14dfb73405a7ec.tar guix-5bee5ced3455508fbb27a0374a14dfb73405a7ec.tar.gz |
gnu: rust-scratch: Fix typo in description.
* gnu/packages/crates-io.scm (rust-scratch-1)[description]: Fix typo.
Diffstat (limited to 'gnu/packages/crates-io.scm')
-rw-r--r-- | gnu/packages/crates-io.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 54b208320c..0f358d775d 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -35802,8 +35802,9 @@ with one of the implemented strategies.") (("rust-fs2" ,rust-fs2-0.4)))) (home-page "https://github.com/dtolnay/scratch") (synopsis "Compile-time temporary directory") - (description "This crate exposes a compile-time temporary directory sharable -by multiple crates in a build graph and erased by @code{cargo clean}.") + (description "This crate exposes a compile-time temporary directory +shareable by multiple crates in a build graph and erased by @code{cargo +clean}.") (license (list license:expat license:asl2.0)))) (define-public rust-scrypt-0.3 |