mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 19:05:10 -05: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 @@ (define-public rust-rand-xorshift-0.1
|
|||
(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…
Reference in a new issue