diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-12 23:57:29 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-13 21:52:26 +0200 |
commit | 71d60b966d834122813d93933b21bcbd475be4fd (patch) | |
tree | 7a60954d2010f409ff6ba610375706f60ed8dfab | |
parent | e03e9c86da4072fb9131a49f90e2f5866dcd5afd (diff) | |
download | patches-71d60b966d834122813d93933b21bcbd475be4fd.tar patches-71d60b966d834122813d93933b21bcbd475be4fd.tar.gz |
gnu: mcelog: Use HTTPS home page.
* gnu/packages/linux.scm (mcelog)[home-page]: Use HTTPS.
-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 8456b9c771..a8d94bf7ed 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -3699,7 +3699,7 @@ the default @code{nsswitch} and the experimental @code{umich_ldap}.") ;; The tests will only run as root on certain supported CPU models. #:tests? #f)) (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") (description "The mcelog daemon is required by the Linux kernel to log memory, I/O, CPU, |