From 6a69568b9e1c6d990c58dc40dee0f5fd1348589c Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Wed, 30 Dec 2020 23:48:54 +0100 Subject: gnu: rust-raw-cpuid-8: Shorten synopsis. * gnu/packages/crates-io.scm (rust-raw-cpuid-8)[synopsis]: Shorten it. [decription]: Tiny capitalization fix. --- gnu/packages/crates-io.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index c428218ed3..255ce2a0d5 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -23454,11 +23454,10 @@ random number generators.") ("rust-libc" ,rust-libc-0.2) ("rust-rustversion" ,rust-rustversion-0.1)))) (home-page "https://github.com/gz/rust-cpuid") - (synopsis - "A library to parse the x86 CPUID instruction, written in rust with no external dependencies. The implementation closely resembles the Intel CPUID manual description. The library does only depend on libcore.") + (synopsis "Library to parse the x86 CPUID instruction, written in Rust") (description "This package provides a library to parse the x86 CPUID instruction, -written in rust with no external dependencies. The implementation closely +written in Rust with no external dependencies. The implementation closely resembles the Intel CPUID manual description. The library does only depend on libcore.") (license license:expat))) -- cgit v1.2.3