mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
clevis: rework - get rid of nested with
This commit is contained in:
parent
aa773426af
commit
42196a912d
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user