mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
Merge pull request #111589 from fabaff/license-tpm-luks
tpm-luks: add license
This commit is contained in:
commit
5b6a9dc85c
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user