mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-rand-xorshift-0.1: Fix home-page.
* gnu/packages/crates-io.scm (rust-rand-xorshift-0.1)[home-page]: Correct url of home-page.
This commit is contained in:
parent
b43120651c
commit
fbd9fd9b32
1 changed files with 1 additions and 1 deletions
|
@ -3794,7 +3794,7 @@ useful types and distributions, and some randomness-related algorithms.")
|
|||
(base32
|
||||
"0p2x8nr00hricpi2m6ca5vysiha7ybnghz79yqhhx6sl4gkfkxyb"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://crates.io/crates/rand_xorshift")
|
||||
(home-page "https://crates.io/crates/rand-xorshift")
|
||||
(synopsis "Xorshift random number generator")
|
||||
(description
|
||||
"Xorshift random number generator")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue