mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 14:11:36 +00:00
ed2k/OVMF: Put URLs in quotes
This commit is contained in:
parent
94d114dc2a
commit
faf984d12d
|
@ -55,7 +55,7 @@ edk2.mkDerivation projectDscPath {
|
|||
|
||||
meta = {
|
||||
description = "Sample UEFI firmware for QEMU and KVM";
|
||||
homepage = https://github.com/tianocore/tianocore.github.io/wiki/OVMF;
|
||||
homepage = "https://github.com/tianocore/tianocore.github.io/wiki/OVMF";
|
||||
license = stdenv.lib.licenses.bsd2;
|
||||
platforms = ["x86_64-linux" "i686-linux" "aarch64-linux" "x86_64-darwin"];
|
||||
};
|
||||
|
|
|
@ -65,7 +65,7 @@ edk2 = buildStdenv.mkDerivation {
|
|||
|
||||
meta = with lib; {
|
||||
description = "Intel EFI development kit";
|
||||
homepage = https://sourceforge.net/projects/edk2/;
|
||||
homepage = "https://sourceforge.net/projects/edk2/";
|
||||
license = licenses.bsd2;
|
||||
platforms = [ "x86_64-linux" "i686-linux" "aarch64-linux" "x86_64-darwin" ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue