mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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".
This commit is contained in:
parent
15c3aa0911
commit
0b06a0199f
1 changed files with 1 additions and 1 deletions
|
@ -966,7 +966,7 @@ that uses Serde for transforming structs into bytes and vice versa!")
|
||||||
(home-page
|
(home-page
|
||||||
"https://rust-lang.github.io/rust-bindgen/")
|
"https://rust-lang.github.io/rust-bindgen/")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Automatically generates FFI bindings to C and C++libraries")
|
"Automatically generates FFI bindings to C and C++ libraries")
|
||||||
(description
|
(description
|
||||||
"Automatically generates Rust FFI bindings to C and C++
|
"Automatically generates Rust FFI bindings to C and C++
|
||||||
libraries.")
|
libraries.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue