summaryrefslogtreecommitdiff
path: root/gnu/packages/firmware.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-03-01 22:51:19 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2018-03-02 15:52:54 +0100
commit0dae492195a0d6e54ed76e43902541bab4ead2e3 (patch)
treee0b18f631442d37fc0ac5efce2f5f9af3d6ef7c6 /gnu/packages/firmware.scm
parent3ebf12ea0e380e3619618701b58564cf9423517c (diff)
downloadguix-patches-0dae492195a0d6e54ed76e43902541bab4ead2e3.tar
guix-patches-0dae492195a0d6e54ed76e43902541bab4ead2e3.tar.gz
gnu: ovmf: Use HTTPS home page.
* gnu/packages/firmware.scm (ovmf)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/firmware.scm')
-rw-r--r--gnu/packages/firmware.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm
index 6a96f7a1f5..1579ba472f 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.")