Merge pull request #201373 from SuperSandro2000/efivar

This commit is contained in:
Sandro 2022-11-18 00:17:12 +01:00 committed by GitHub
commit a5e9371adb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,8 +34,8 @@ stdenv.mkDerivation rec {
];
meta = with lib; {
inherit (src.meta) homepage;
description = "Tools and library to manipulate EFI variables";
homepage = "https://github.com/rhboot/efivar";
platforms = platforms.linux;
license = licenses.lgpl21Only;
};