mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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 @@ (define-public syslinux
|
|||
;; 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+
|
||||
|
|
Loading…
Reference in a new issue