Unverified Commit de85fc8e authored by Morgan Jones's avatar Morgan Jones
Browse files

tpm2-pkcs11: add numinit as maintainer

parent f7ee78c6
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -142,12 +142,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";
  };
})