tpm2-abrmd: add scottstephens to maintainers

This commit is contained in:
Scott Stephens
2025-10-15 11:13:11 -04:00
parent d5778a03d3
commit cc27c6f2b8
+4 -1
View File
@@ -65,6 +65,9 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/tpm2-software/tpm2-tools";
license = licenses.bsd3;
platforms = platforms.linux;
maintainers = with maintainers; [ matthiasbeyer ];
maintainers = with maintainers; [
matthiasbeyer
scottstephens
];
};
}