gnu: grub: Use https URL.
* gnu/packages/grub.scm (grub)[home-page]: Use https URL.master
parent
cc7a5c71d5
commit
175b259cca
|
@ -129,7 +129,7 @@
|
||||||
("parted" ,parted)
|
("parted" ,parted)
|
||||||
("qemu" ,qemu-for-tests)
|
("qemu" ,qemu-for-tests)
|
||||||
("xorriso" ,xorriso)))
|
("xorriso" ,xorriso)))
|
||||||
(home-page "http://www.gnu.org/software/grub/")
|
(home-page "https://www.gnu.org/software/grub/")
|
||||||
(synopsis "GRand Unified Boot loader")
|
(synopsis "GRand Unified Boot loader")
|
||||||
(description
|
(description
|
||||||
"GRUB is a multiboot bootloader. It is used for initially loading the
|
"GRUB is a multiboot bootloader. It is used for initially loading the
|
||||||
|
|
Reference in New Issue