gnu: rust-raw-cpuid-8: Shorten synopsis.

* gnu/packages/crates-io.scm (rust-raw-cpuid-8)[synopsis]: Shorten it.
[decription]: Tiny capitalization fix.
This commit is contained in:
Nicolas Goaziou 2020-12-30 23:48:54 +01:00
parent ca065e6026
commit 6a69568b9e
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -23454,11 +23454,10 @@ (define-public rust-raw-cpuid-8
("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)))