gnu: ovmf: Use HTTPS home page.

* gnu/packages/firmware.scm (ovmf)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2018-03-01 22:51:19 +01:00
parent 3ebf12ea0e
commit 0dae492195
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ coreboot.")
'())) '()))
#t))))) #t)))))
(supported-systems '("x86_64-linux" "i686-linux")) (supported-systems '("x86_64-linux" "i686-linux"))
(home-page "http://www.tianocore.org") (home-page "https://www.tianocore.org")
(synopsis "UEFI firmware for QEMU") (synopsis "UEFI firmware for QEMU")
(description "OVMF is an EDK II based project to enable UEFI support for (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.") Virtual Machines. OVMF contains a sample UEFI firmware for QEMU and KVM.")