Commit 42196a91 authored by Anderson Torres's avatar Anderson Torres
Browse files

clevis: rework - get rid of nested with

parent aa773426
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -81,11 +81,11 @@ stdenv.mkDerivation rec {
    clevisZfsFallbackSystemdStage1 = nixosTests.installer-systemd-stage-1.clevisZfsFallback;
  };

  meta = with lib; {
    description = "Automated Encryption Framework";
  meta = {
    homepage = "https://github.com/latchset/clevis";
    description = "Automated Encryption Framework";
    changelog = "https://github.com/latchset/clevis/releases/tag/v${version}";
    license = licenses.gpl3Plus;
    maintainers = with maintainers; [ AndersonTorres ];
    license = lib.licenses.gpl3Plus;
    maintainers = with lib.maintainers; [ AndersonTorres ];
  };
}