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 16, 2025
1 parent 08b409b commit a811f44
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 @@ -144,12 +144,12 @@ chosenStdenv.mkDerivation (finalAttrs: {
};
};

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 a811f44

Please sign in to comment.