diff options
author | Andrius Štikonas via Guix-patches via <guix-patches@gnu.org> | 2020-02-14 00:53:45 +0000 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-02-14 17:49:26 +0100 |
commit | 7af0f2156c1576773a693f9d61d2fab308b390d3 (patch) | |
tree | e8cecf4f34e45177f700bb1a5011f8461d13b396 | |
parent | acadc0c5843ed78d684651ec735696a55de5f92d (diff) | |
download | patches-7af0f2156c1576773a693f9d61d2fab308b390d3.tar patches-7af0f2156c1576773a693f9d61d2fab308b390d3.tar.gz |
gnu: mrustc: Fix typo in description.
* gnu/packages/rust.scm (mrustc) [synopsis]: Fix a typo
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
-rw-r--r-- | gnu/packages/rust.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm index 8bed56ff72..d0a64b134f 100644 --- a/gnu/packages/rust.scm +++ b/gnu/packages/rust.scm @@ -182,7 +182,7 @@ (copy-file "run_rustc/Makefile" (string-append run_rustc "/Makefile")) #t)))))) - (synopsis "Compiler for the Rust progamming language") + (synopsis "Compiler for the Rust programming language") (description "Rust is a systems programming language that provides memory safety and thread safety guarantees.") (home-page "https://github.com/thepowersgang/mrustc") |