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:
Tobias Geerinckx-Rice 2020-07-01 00:59:51 +02:00
parent 2dc0b36958
commit 9781013cbe
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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