mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: mcelog: Use HTTPS home page.
* gnu/packages/linux.scm (mcelog)[home-page]: Use HTTPS.
This commit is contained in:
parent
e03e9c86da
commit
71d60b966d
1 changed files with 1 additions and 1 deletions
|
@ -3699,7 +3699,7 @@ (define-public mcelog
|
||||||
;; The tests will only run as root on certain supported CPU models.
|
;; The tests will only run as root on certain supported CPU models.
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
(supported-systems (list "i686-linux" "x86_64-linux"))
|
(supported-systems (list "i686-linux" "x86_64-linux"))
|
||||||
(home-page "http://mcelog.org/")
|
(home-page "https://mcelog.org/")
|
||||||
(synopsis "Machine check monitor for x86 Linux systems")
|
(synopsis "Machine check monitor for x86 Linux systems")
|
||||||
(description
|
(description
|
||||||
"The mcelog daemon is required by the Linux kernel to log memory, I/O, CPU,
|
"The mcelog daemon is required by the Linux kernel to log memory, I/O, CPU,
|
||||||
|
|
Loading…
Reference in a new issue