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:
		
							parent
							
								
									acadc0c584
								
							
						
					
					
						commit
						7af0f2156c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -182,7 +182,7 @@ | ||||||
|                  (copy-file "run_rustc/Makefile" |                  (copy-file "run_rustc/Makefile" | ||||||
|                             (string-append run_rustc "/Makefile")) |                             (string-append run_rustc "/Makefile")) | ||||||
|                  #t)))))) |                  #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 |       (description "Rust is a systems programming language that provides memory | ||||||
| safety and thread safety guarantees.") | safety and thread safety guarantees.") | ||||||
|       (home-page "https://github.com/thepowersgang/mrustc") |       (home-page "https://github.com/thepowersgang/mrustc") | ||||||
|  |  | ||||||
		Reference in a new issue