guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/09: gnu: mcelog: Use HTTPS home page.


From: Tobias Geerinckx-Rice
Subject: 02/09: gnu: mcelog: Use HTTPS home page.
Date: Fri, 13 Oct 2017 15:51:35 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 71d60b966d834122813d93933b21bcbd475be4fd
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Oct 12 23:57:29 2017 +0200

    gnu: mcelog: Use HTTPS home page.
    
    * gnu/packages/linux.scm (mcelog)[home-page]: Use HTTPS.
---
 gnu/packages/linux.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 8456b9c..a8d94bf 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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]