tpm2-tss: add scottstephens to maintainers

This commit is contained in:
Scott Stephens
2025-10-15 11:13:12 -04:00
parent cc27c6f2b8
commit 7f6efaf59c
@@ -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
];
};
})