~ruther/guix-local

0dae492195a0d6e54ed76e43902541bab4ead2e3 — Tobias Geerinckx-Rice 8 years ago 3ebf12e
gnu: ovmf: Use HTTPS home page.

* gnu/packages/firmware.scm (ovmf)[home-page]: Use HTTPS.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/firmware.scm
M gnu/packages/firmware.scm => gnu/packages/firmware.scm +1 -1
@@ 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.")