clevis: rework - meta.longDescription
This commit is contained in:
parent
42196a912d
commit
409f10ea78
@ -84,6 +84,11 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/latchset/clevis";
|
homepage = "https://github.com/latchset/clevis";
|
||||||
description = "Automated Encryption Framework";
|
description = "Automated Encryption Framework";
|
||||||
|
longDescription = ''
|
||||||
|
Clevis is a pluggable framework for automated decryption. It can be used
|
||||||
|
to provide automated decryption of data or even automated unlocking of
|
||||||
|
LUKS volumes.
|
||||||
|
'';
|
||||||
changelog = "https://github.com/latchset/clevis/releases/tag/v${version}";
|
changelog = "https://github.com/latchset/clevis/releases/tag/v${version}";
|
||||||
license = lib.licenses.gpl3Plus;
|
license = lib.licenses.gpl3Plus;
|
||||||
maintainers = with lib.maintainers; [ AndersonTorres ];
|
maintainers = with lib.maintainers; [ AndersonTorres ];
|
||||||
|
Loading…
Reference in New Issue
Block a user