mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-crossbeam-queue: Fix home page.
* gnu/packages/crates-io.scm (rust-crossbeam-queue)[home-page]: Point to the right sub-project.
This commit is contained in:
parent
2dc0b36958
commit
9781013cbe
1 changed files with 1 additions and 1 deletions
|
@ -4306,7 +4306,7 @@ to @code{is_x86_feature_detected}.")
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-rand" ,rust-rand-0.6))))
|
(("rust-rand" ,rust-rand-0.6))))
|
||||||
(home-page
|
(home-page
|
||||||
"https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils")
|
"https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-queue")
|
||||||
(synopsis "Concurrent queues in Rust")
|
(synopsis "Concurrent queues in Rust")
|
||||||
(description
|
(description
|
||||||
"This crate provides concurrent queues that can be shared among threads.")
|
"This crate provides concurrent queues that can be shared among threads.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue