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