tpm2-tools: add tomfitzhenry as maintainer

This commit is contained in:
Tom Fitzhenry
2024-04-27 23:02:15 +10:00
parent 23e494c3a5
commit 66b8bcd1ac
+1 -1
View File
@@ -43,6 +43,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/tpm2-software/tpm2-tools";
license = licenses.bsd3;
platforms = platforms.linux;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ tomfitzhenry ];
};
}