diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-11 22:08:16 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-12 16:09:38 +0200 |
commit | 0f304ba73e3a36af4d05be332fdc8dba3a3739b6 (patch) | |
tree | 135c7578c25011bdf89f7e6c2133f82ae33ec6e2 /gnu/packages/bootloaders.scm | |
parent | 60d8db74c66a31af3da180d45ebb045622c469c8 (diff) | |
download | guix-0f304ba73e3a36af4d05be332fdc8dba3a3739b6.tar guix-0f304ba73e3a36af4d05be332fdc8dba3a3739b6.tar.gz |
gnu: syslinux: Use HTTPS home page.
* gnu/packages/bootloaders.scm (syslinux)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/bootloaders.scm')
-rw-r--r-- | gnu/packages/bootloaders.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm index 74e6890951..eee66b2c5f 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+ |