Merge pull request #111589 from fabaff/license-tpm-luks

tpm-luks: add license
This commit is contained in:
Sandro
2021-02-01 19:21:00 +01:00
committed by GitHub

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