Unverified Commit a5e9371a authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #201373 from SuperSandro2000/efivar

parents 13337b1a 2d788512
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };