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 <[email protected]>
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.")