guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: syslinux: Use HTTPS home page.


From: Tobias Geerinckx-Rice
Subject: 05/07: gnu: syslinux: Use HTTPS home page.
Date: Wed, 12 Sep 2018 11:01:29 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 0f304ba73e3a36af4d05be332fdc8dba3a3739b6
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Sep 11 22:08:16 2018 +0200

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

diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index 74e6890..eee66b2 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -312,7 +312,7 @@ menu to select one of the installed operating systems.")
                  ;; Don't look up headers under /usr.
                  (("/usr/include/") ""))
                (invoke "make" "unittest"))))))
-      (home-page "http://www.syslinux.org";)
+      (home-page "https://www.syslinux.org";)
       (synopsis "Lightweight Linux bootloader")
       (description "Syslinux is a lightweight Linux bootloader.")
       (license (list license:gpl2+



reply via email to

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