summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/crates-io.scm5
1 files 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)))