summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-10-28 14:32:25 +0100
committerJonathan Ringer <jonringer@users.noreply.github.com>2020-10-28 10:23:21 -0700
commit0addaa7ad04cbbc387dd20a326aa901592b9bdc2 (patch)
treeb196059711aeb3641f99f5c7dd829ebf16e01fe4
parent965168db4eab9d6459cf20aa1f5cffa95fca66c0 (diff)
downloadnixpkgs-0addaa7ad04cbbc387dd20a326aa901592b9bdc2.tar
nixpkgs-0addaa7ad04cbbc387dd20a326aa901592b9bdc2.tar.gz
nixpkgs-0addaa7ad04cbbc387dd20a326aa901592b9bdc2.tar.bz2
nixpkgs-0addaa7ad04cbbc387dd20a326aa901592b9bdc2.tar.lz
nixpkgs-0addaa7ad04cbbc387dd20a326aa901592b9bdc2.tar.xz
nixpkgs-0addaa7ad04cbbc387dd20a326aa901592b9bdc2.tar.zst
nixpkgs-0addaa7ad04cbbc387dd20a326aa901592b9bdc2.zip
tpm2-pkcs11: Take maintainership from lschuermann
This patch changes maintainership for this package from lschuermann to
matthiasbeyer.
Leon has informed me in a private conversation that he has too little
time to take care of the packages, so I will (maybe only temporarly,
maybe not) take maintainership for it.

Suggested-by: Leon Schuermann <leon@is.currently.online>
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-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 a089488b0e0..c4b8eefcc20 100644
--- a/pkgs/misc/tpm2-pkcs11/default.nix
+++ b/pkgs/misc/tpm2-pkcs11/default.nix
@@ -74,6 +74,6 @@ stdenv.mkDerivation rec {
     homepage = "https://github.com/tpm2-software/tpm2-pkcs11";
     license = licenses.bsd2;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ lschuermann ];
+    maintainers = with maintainers; [ matthiasbeyer ];
   };
 }