aboutsummaryrefslogtreecommitdiff
path: root/pkgs/misc/tpm2-pkcs11
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 /pkgs/misc/tpm2-pkcs11
parent965168db4eab9d6459cf20aa1f5cffa95fca66c0 (diff)
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>
Diffstat (limited to 'pkgs/misc/tpm2-pkcs11')
-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 a089488b0e02..c4b8eefcc203 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 ];
};
}