mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: haveged: Use HTTPS home page.
* gnu/packages/linux.scm (haveged)[home-page]: Use HTTPS.
This commit is contained in:
parent
389cae8b07
commit
6664ec0c8a
1 changed files with 1 additions and 1 deletions
|
@ -4466,7 +4466,7 @@ (define-public haveged
|
|||
(sha256
|
||||
(base32 "11kr19n2f87izsj341lv5amhd1wc2ckfmqr9pq5fxix8pkbs94rh"))))
|
||||
(build-system gnu-build-system)
|
||||
(home-page "http://www.issihosts.com/haveged")
|
||||
(home-page "https://www.issihosts.com/haveged")
|
||||
(synopsis "Entropy source for the Linux random number generator")
|
||||
(description
|
||||
"haveged generates an unpredictable stream of random numbers for use by
|
||||
|
|
Loading…
Reference in a new issue