tpm2-pkcs11: Remove myself as maintainer

I do not feel qualified for maintaining this package any longer.
IIRC I took it from lschuermann after they left the nixpkgs community,
but I see now that I am not able to maintain this.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer
2024-01-07 10:25:11 +01:00
parent e9304d7d3d
commit e67666d989
+1 -1
View File
@@ -80,7 +80,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/tpm2-software/tpm2-pkcs11";
license = licenses.bsd2;
platforms = platforms.linux;
maintainers = with maintainers; [ matthiasbeyer ];
maintainers = with maintainers; [ ];
mainProgram = "tpm2_ptool";
};
}