tpm2-tools: add scottstephens to maintainers

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