From b80b0500c08caa5fa22e151f9711d7e8c280aef0 Mon Sep 17 00:00:00 2001 From: Scott Stephens Date: Tue, 14 Oct 2025 13:25:37 -0400 Subject: [PATCH] tpm2-pytss: add scottstephens to maintainers --- pkgs/development/python-modules/tpm2-pytss/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/tpm2-pytss/default.nix b/pkgs/development/python-modules/tpm2-pytss/default.nix index 35899915eb67..3f62db31b9db 100644 --- a/pkgs/development/python-modules/tpm2-pytss/default.nix +++ b/pkgs/development/python-modules/tpm2-pytss/default.nix @@ -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 + ]; }; }