lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

efivar: use clickable homepage

+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 };