tpm2-pytss: add scottstephens to maintainers

This commit is contained in:
Scott Stephens
2025-10-14 13:25:37 -04:00
parent e28950323a
commit b80b0500c0
@@ -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
];
};
}