From b3e248d0f7aa2113106db0e6fc75a8c18e71a86a Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Fri, 16 Mar 2012 02:41:12 +0000 Subject: [PATCH] Whoops, sloppy copy svn path=/nixpkgs/trunk/; revision=33136 --- pkgs/tools/misc/NixosBootPkg/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/tools/misc/NixosBootPkg/default.nix b/pkgs/tools/misc/NixosBootPkg/default.nix index 88192465aba..5bce1789a02 100644 --- a/pkgs/tools/misc/NixosBootPkg/default.nix +++ b/pkgs/tools/misc/NixosBootPkg/default.nix @@ -19,7 +19,8 @@ stdenv.mkDerivation (edk2.setup "NixosBootPkg/NixosBootPkg.dsc" { ''; meta = { - description = "Sample UEFI firmware for QEMU and KVM"; + description = + "Simple EFI app to load the kernel with NixOS-specific arguments"; homepage = http://www.shealevy.com; license = "MIT"; maintainers = [ stdenv.lib.maintainers.shlevy ];