Skip to content

Commit de85fc8

Browse files
committed
tpm2-pkcs11: add numinit as maintainer
1 parent f7ee78c commit de85fc8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/tp/tpm2-pkcs11/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,12 @@ chosenStdenv.mkDerivation (finalAttrs: {
142142
};
143143
};
144144

145-
meta = with lib; {
145+
meta = {
146146
description = "PKCS#11 interface for TPM2 hardware";
147147
homepage = "https://github.com/tpm2-software/tpm2-pkcs11";
148-
license = licenses.bsd2;
149-
platforms = platforms.linux;
150-
maintainers = [ ];
148+
license = lib.licenses.bsd2;
149+
platforms = lib.platforms.linux;
150+
maintainers = with lib.maintainers; [ numinit ];
151151
mainProgram = "tpm2_ptool";
152152
};
153153
})

0 commit comments

Comments
 (0)