mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -05:00
gnu: rng-tools: Update home page.
* gnu/packages/linux.scm (rng-tools)[home-page]: Set to URL mentioned in legacy wiki.
This commit is contained in:
parent
87c3961871
commit
c6b772a059
1 changed files with 1 additions and 1 deletions
|
@ -3668,6 +3668,7 @@ (define-public perftest
|
||||||
(define-public rng-tools
|
(define-public rng-tools
|
||||||
(package
|
(package
|
||||||
(name "rng-tools")
|
(name "rng-tools")
|
||||||
|
(home-page "https://github.com/nhorman/rng-tools")
|
||||||
(version "6.4")
|
(version "6.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -3691,7 +3692,6 @@ (define-public rng-tools
|
||||||
(description
|
(description
|
||||||
"Monitor a hardware random number generator, and supply entropy
|
"Monitor a hardware random number generator, and supply entropy
|
||||||
from that to the system kernel's @file{/dev/random} machinery.")
|
from that to the system kernel's @file{/dev/random} machinery.")
|
||||||
(home-page "https://sourceforge.net/projects/gkernel")
|
|
||||||
;; The source package is offered under the GPL2+, but the files
|
;; The source package is offered under the GPL2+, but the files
|
||||||
;; 'rngd_rdrand.c' and 'rdrand_asm.S' are only available under the GPL2.
|
;; 'rngd_rdrand.c' and 'rdrand_asm.S' are only available under the GPL2.
|
||||||
(license (list license:gpl2 license:gpl2+))))
|
(license (list license:gpl2 license:gpl2+))))
|
||||||
|
|
Loading…
Reference in a new issue