tpm-luks: add license

This commit is contained in:
Fabian Affolter 2021-02-01 17:47:00 +01:00
parent 5a10613362
commit 5642c671d1

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;
};
}