gnu: syslinux: Use HTTPS home page.
* gnu/packages/bootloaders.scm (syslinux)[home-page]: Use HTTPS.
This commit is contained in:
parent
60d8db74c6
commit
0f304ba73e
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ menu to select one of the installed operating systems.")
|
||||||
;; Don't look up headers under /usr.
|
;; Don't look up headers under /usr.
|
||||||
(("/usr/include/") ""))
|
(("/usr/include/") ""))
|
||||||
(invoke "make" "unittest"))))))
|
(invoke "make" "unittest"))))))
|
||||||
(home-page "http://www.syslinux.org")
|
(home-page "https://www.syslinux.org")
|
||||||
(synopsis "Lightweight Linux bootloader")
|
(synopsis "Lightweight Linux bootloader")
|
||||||
(description "Syslinux is a lightweight Linux bootloader.")
|
(description "Syslinux is a lightweight Linux bootloader.")
|
||||||
(license (list license:gpl2+
|
(license (list license:gpl2+
|
||||||
|
|
Reference in a new issue