Commit cc27c6f2 authored by Scott Stephens's avatar Scott Stephens
Browse files

tpm2-abrmd: add scottstephens to maintainers

parent d5778a03
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
    ];
  };
}