Skip to content

Commit

Permalink
tpm2-pkcs11: add numinit as maintainer
Browse files Browse the repository at this point in the history
  • Loading branch information
numinit committed Feb 2, 2025
1 parent 1b84a11 commit 45ffd9a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/tp/tpm2-pkcs11/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,12 @@ clangStdenv.mkDerivation rec {
--prefix PATH : ${lib.makeBinPath [ tpm2-tools ]}
'';

meta = with lib; {
meta = {
description = "PKCS#11 interface for TPM2 hardware";
homepage = "https://github.com/tpm2-software/tpm2-pkcs11";
license = licenses.bsd2;
platforms = platforms.linux;
maintainers = [ ];
license = lib.licenses.bsd2;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ numinit ];
mainProgram = "tpm2_ptool";
};
}

0 comments on commit 45ffd9a

Please sign in to comment.