about summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2023-10-08 09:19:18 +0200
committerMatthias Beyer <mail@beyermatthias.de>2024-01-07 10:25:11 +0100
commite67666d989de9fa0a0a95e5e48ff1a683ba2ea1e (patch)
tree47e0ec1f25022f8f1ae62ee91f69579f6fed2dee /pkgs/misc
parente9304d7d3d3b09f36213e3e29c9075cf5f6e8569 (diff)
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>
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/tpm2-pkcs11/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/misc/tpm2-pkcs11/default.nix b/pkgs/misc/tpm2-pkcs11/default.nix
index 3898c9880c539..48ec7839d3e1a 100644
--- a/pkgs/misc/tpm2-pkcs11/default.nix
+++ b/pkgs/misc/tpm2-pkcs11/default.nix
@@ -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";
   };
 }