Commit 7f6efaf5 authored by Scott Stephens's avatar Scott Stephens
Browse files

tpm2-tss: add scottstephens to maintainers

parent cc27c6f2
Loading
Loading
Loading
Loading
+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
    ];
  };
})