diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-09-26 19:09:45 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-09-28 18:23:00 +0200 |
commit | c6b772a059da1f47a0561ca915f43c1399ee8c65 (patch) | |
tree | 4d4e56dcdda2f6ca7b241567bb4e1f98e6c3d020 /gnu/packages/linux.scm | |
parent | 87c39618719374f7f3cb0dc81c8ab587773c4c66 (diff) | |
download | patches-c6b772a059da1f47a0561ca915f43c1399ee8c65.tar patches-c6b772a059da1f47a0561ca915f43c1399ee8c65.tar.gz |
gnu: rng-tools: Update home page.
* gnu/packages/linux.scm (rng-tools)[home-page]: Set to URL mentioned in
legacy wiki.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 9e279b91e8..a6efded72d 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -3668,6 +3668,7 @@ The collection contains a set of bandwidth and latency benchmark such as: (define-public rng-tools (package (name "rng-tools") + (home-page "https://github.com/nhorman/rng-tools") (version "6.4") (source (origin (method url-fetch) @@ -3691,7 +3692,6 @@ The collection contains a set of bandwidth and latency benchmark such as: (description "Monitor a hardware random number generator, and supply entropy 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 ;; 'rngd_rdrand.c' and 'rdrand_asm.S' are only available under the GPL2. (license (list license:gpl2 license:gpl2+)))) |