1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

OVMF: update homepage

Tianocore was apparently moved from SourceForge to GitHub.
This commit is contained in:
Adam Finn Tulinius 2018-09-18 13:18:41 +02:00 committed by GitHub
parent ffaaac7f94
commit 8b8474b1b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -85,7 +85,7 @@ stdenv.mkDerivation (edk2.setup projectDscPath {
meta = {
description = "Sample UEFI firmware for QEMU and KVM";
homepage = https://sourceforge.net/apps/mediawiki/tianocore/index.php?title=OVMF;
homepage = https://github.com/tianocore/tianocore.github.io/wiki/OVMF;
license = stdenv.lib.licenses.bsd2;
platforms = ["x86_64-linux" "i686-linux" "aarch64-linux"];
};