3
0
Fork 0
forked from mirrors/nixpkgs

efivar: use clickable homepage

This commit is contained in:
Sandro Jäckel 2022-11-15 21:43:10 +01:00
parent 026f64fc17
commit 2d78851296

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