From 7f6efaf59cfc0269ff2181b1eaa3b638616eb118 Mon Sep 17 00:00:00 2001 From: Scott Stephens Date: Tue, 14 Oct 2025 13:24:49 -0400 Subject: [PATCH] tpm2-tss: add scottstephens to maintainers --- pkgs/development/libraries/tpm2-tss/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/development/libraries/tpm2-tss/default.nix b/pkgs/development/libraries/tpm2-tss/default.nix index 524a3c1a8657..87a13c7fc75b 100644 --- a/pkgs/development/libraries/tpm2-tss/default.nix +++ b/pkgs/development/libraries/tpm2-tss/default.nix @@ -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 + ]; }; })