mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05: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 @@ (define-public rust-crossbeam-queue-0.2
|
|||
#:cargo-development-inputs
|
||||
(("rust-rand" ,rust-rand-0.6))))
|
||||
(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")
|
||||
(description
|
||||
"This crate provides concurrent queues that can be shared among threads.")
|
||||
|
|
Loading…
Reference in a new issue