Commit 2d788512 authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

efivar: use clickable homepage

parent 026f64fc
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;
  };