gnu: mrustc: Fix typo in description.

* gnu/packages/rust.scm (mrustc) [synopsis]: Fix a typo

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
Andrius Štikonas via Guix-patches via 2020-02-14 00:53:45 +00:00 committed by Marius Bakke
parent acadc0c584
commit 7af0f2156c
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -182,7 +182,7 @@ (define-public mrustc
(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")