lol

Merge pull request #201373 from SuperSandro2000/efivar

authored by

Sandro and committed by
GitHub
a5e9371a 13337b1a

+1 -1
+1 -1
pkgs/tools/system/efivar/default.nix
··· 34 34 ]; 35 35 36 36 meta = with lib; { 37 - inherit (src.meta) homepage; 38 37 description = "Tools and library to manipulate EFI variables"; 38 + homepage = "https://github.com/rhboot/efivar"; 39 39 platforms = platforms.linux; 40 40 license = licenses.lgpl21Only; 41 41 };