gnu: rust: Fix typo.
* gnu/packages/rust.scm (rust-bootstrap)[description]: s/manaer/manager.
This commit is contained in:
parent
385f8a0930
commit
b3884bbfc5
|
@ -138,7 +138,7 @@
|
||||||
(home-page "https://www.rust-lang.org")
|
(home-page "https://www.rust-lang.org")
|
||||||
(synopsis "Prebuilt rust compiler and cargo package manager")
|
(synopsis "Prebuilt rust compiler and cargo package manager")
|
||||||
(description "This package provides a pre-built @command{rustc} compiler
|
(description "This package provides a pre-built @command{rustc} compiler
|
||||||
and a pre-built @command{cargo} package manaer, which can
|
and a pre-built @command{cargo} package manager, which can
|
||||||
in turn be used to build the final Rust.")
|
in turn be used to build the final Rust.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue