gnu: syslinux: Use HTTPS home page.

* gnu/packages/bootloaders.scm (syslinux)[home-page]: Use HTTPS.
master
Tobias Geerinckx-Rice 2018-09-11 22:08:16 +02:00
parent 60d8db74c6
commit 0f304ba73e
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -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+