mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: grub: Use https URL.
* gnu/packages/grub.scm (grub)[home-page]: Use https URL.
This commit is contained in:
parent
cc7a5c71d5
commit
175b259cca
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ (define-public grub
|
|||
("parted" ,parted)
|
||||
("qemu" ,qemu-for-tests)
|
||||
("xorriso" ,xorriso)))
|
||||
(home-page "http://www.gnu.org/software/grub/")
|
||||
(home-page "https://www.gnu.org/software/grub/")
|
||||
(synopsis "GRand Unified Boot loader")
|
||||
(description
|
||||
"GRUB is a multiboot bootloader. It is used for initially loading the
|
||||
|
|
Loading…
Reference in a new issue