tpm2-tools: remove tomfitzhenry as maintainer

This commit is contained in:
Tom Fitzhenry 2025-05-15 23:07:42 +10:00
parent 702c5f7743
commit a598371de1

View File

@ -57,6 +57,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/tpm2-software/tpm2-tools";
license = licenses.bsd3;
platforms = platforms.linux;
maintainers = with maintainers; [ tomfitzhenry ];
maintainers = [ ];
};
}