diff options
author | ng0 <ng0@we.make.ritual.n0.is> | 2016-08-27 13:47:19 +0000 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-08-30 03:24:03 -0400 |
commit | 175b259ccac46f40cfc1e3e49cdfb5dbbf30dc62 (patch) | |
tree | 894d1ae0ae3710db791bed0650b4ed27c9e37133 /gnu/packages/grub.scm | |
parent | cc7a5c71d551bb4eef6475f7d1c8da994d678186 (diff) | |
download | patches-175b259ccac46f40cfc1e3e49cdfb5dbbf30dc62.tar patches-175b259ccac46f40cfc1e3e49cdfb5dbbf30dc62.tar.gz |
gnu: grub: Use https URL.
* gnu/packages/grub.scm (grub)[home-page]: Use https URL.
Diffstat (limited to 'gnu/packages/grub.scm')
-rw-r--r-- | gnu/packages/grub.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/grub.scm b/gnu/packages/grub.scm index 01f2a8454d..3229b868c5 100644 --- a/gnu/packages/grub.scm +++ b/gnu/packages/grub.scm @@ -129,7 +129,7 @@ ("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 |