nckx pushed a commit to branch master
in repository guix.

commit 0dae492195a0d6e54ed76e43902541bab4ead2e3
Author: Tobias Geerinckx-Rice <m...@tobias.gr>
Date:   Thu Mar 1 22:51:19 2018 +0100

    gnu: ovmf: Use HTTPS home page.
    
    * gnu/packages/firmware.scm (ovmf)[home-page]: Use HTTPS.
---
 gnu/packages/firmware.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm
index 6a96f7a..1579ba4 100644
--- a/gnu/packages/firmware.scm
+++ b/gnu/packages/firmware.scm
@@ -301,7 +301,7 @@ coreboot.")
                    '()))
              #t)))))
     (supported-systems '("x86_64-linux" "i686-linux"))
-    (home-page "http://www.tianocore.org";)
+    (home-page "https://www.tianocore.org";)
     (synopsis "UEFI firmware for QEMU")
     (description "OVMF is an EDK II based project to enable UEFI support for
 Virtual Machines.  OVMF contains a sample UEFI firmware for QEMU and KVM.")

Reply via email to