me
/
guix
Archived
1
0
Fork 0

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".
master
Jakub Kądziołka 2020-03-19 21:02:34 +01:00
parent 15c3aa0911
commit 0b06a0199f
No known key found for this signature in database
GPG Key ID: E315A75846131564
1 changed files with 1 additions and 1 deletions

View File

@ -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.")