[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: rust-raw-cpuid-8: Shorten synopsis.
From: |
guix-commits |
Subject: |
branch master updated: gnu: rust-raw-cpuid-8: Shorten synopsis. |
Date: |
Wed, 30 Dec 2020 17:50:17 -0500 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 6a69568 gnu: rust-raw-cpuid-8: Shorten synopsis.
6a69568 is described below
commit 6a69568b9e1c6d990c58dc40dee0f5fd1348589c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Dec 30 23:48:54 2020 +0100
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 c428218..255ce2a 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)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: rust-raw-cpuid-8: Shorten synopsis.,
guix-commits <=