tpm-luks: add license

master
Fabian Affolter 2021-02-01 17:47:00 +01:00
parent 5a10613362
commit 5642c671d1
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ stdenv.mkDerivation {
description = "LUKS key storage in TPM NVRAM";
homepage = "https://github.com/shpedoikal/tpm-luks/";
maintainers = [ maintainers.tstrobel ];
license = with licenses; [ gpl2Only ];
platforms = platforms.linux;
};
}