guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: rust-bindgen: Add missing space to synopsis.


From: guix-commits
Subject: branch master updated: gnu: rust-bindgen: Add missing space to synopsis.
Date: Thu, 19 Mar 2020 16:03:53 -0400

This is an automated email from the git hooks/post-receive script.

niedzejkob pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0b06a01  gnu: rust-bindgen: Add missing space to synopsis.
0b06a01 is described below

commit 0b06a0199fe4f028f707cf77fc8ae73a1b367d4b
Author: Jakub Kądziołka <address@hidden>
AuthorDate: Thu Mar 19 21:02:34 2020 +0100

    gnu: rust-bindgen: Add missing space to synopsis.
    
    * gnu/packages/crates-io.scm (rust-bindgen-0.50)[synopsis]: Add a space
      between "C++" and "libraries".
---
 gnu/packages/crates-io.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 1e1e9bf..a164b25 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -966,7 +966,7 @@ that uses Serde for transforming structs into bytes and 
vice versa!")
     (home-page
      "https://rust-lang.github.io/rust-bindgen/";)
     (synopsis
-     "Automatically generates FFI bindings to C and C++libraries")
+     "Automatically generates FFI bindings to C and C++ libraries")
     (description
      "Automatically generates Rust FFI bindings to C and C++
 libraries.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]