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
commit 5b6a9dc85c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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