tpm-luks: add license
This commit is contained in:
parent
5a10613362
commit
5642c671d1
|
@ -29,6 +29,7 @@ stdenv.mkDerivation {
|
||||||
description = "LUKS key storage in TPM NVRAM";
|
description = "LUKS key storage in TPM NVRAM";
|
||||||
homepage = "https://github.com/shpedoikal/tpm-luks/";
|
homepage = "https://github.com/shpedoikal/tpm-luks/";
|
||||||
maintainers = [ maintainers.tstrobel ];
|
maintainers = [ maintainers.tstrobel ];
|
||||||
|
license = with licenses; [ gpl2Only ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue