Unverified Commit d920659b authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

tpm2-abrmd,tpm2-tss,tpm2-tools,tpm2-pytss: Add scottstephens to maintainers (#452305)

parents 1eb6b904 b80b0500
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -65,6 +65,9 @@ stdenv.mkDerivation rec {
    homepage = "https://github.com/tpm2-software/tpm2-tools";
    license = licenses.bsd3;
    platforms = platforms.linux;
    maintainers = with maintainers; [ matthiasbeyer ];
    maintainers = with maintainers; [
      matthiasbeyer
      scottstephens
    ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -57,6 +57,6 @@ stdenv.mkDerivation rec {
    homepage = "https://github.com/tpm2-software/tpm2-tools";
    license = licenses.bsd3;
    platforms = platforms.linux;
    maintainers = [ ];
    maintainers = with maintainers; [ scottstephens ];
  };
}
+4 −1
Original line number Diff line number Diff line
@@ -171,6 +171,9 @@ stdenv.mkDerivation (finalAttrs: {
    homepage = "https://github.com/tpm2-software/tpm2-tss";
    license = licenses.bsd2;
    platforms = platforms.unix;
    maintainers = with maintainers; [ baloo ];
    maintainers = with maintainers; [
      baloo
      scottstephens
    ];
  };
})
+4 −1
Original line number Diff line number Diff line
@@ -107,6 +107,9 @@ buildPythonPackage rec {
    changelog = "https://github.com/tpm2-software/tpm2-pytss/blob/${version}/CHANGELOG.md";
    description = "TPM2 TSS Python bindings for Enhanced System API (ESYS)";
    license = licenses.bsd2;
    maintainers = with maintainers; [ baloo ];
    maintainers = with maintainers; [
      baloo
      scottstephens
    ];
  };
}