summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/security/gnupg-pkcs11-scd
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-10-28 14:32:52 +0100
committerJonathan Ringer <jonringer@users.noreply.github.com>2020-10-28 10:23:21 -0700
commitc2a5bbbc244865b28b18f568af09d22c9b149fb4 (patch)
treedcd77792582343c9e3f1e1e3260f784f591f5b23 /pkgs/tools/security/gnupg-pkcs11-scd
parent2264223f33b0518c01d65f76bbeaf9d9511275d2 (diff)
gnupg-pkcs11-scd: 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/tools/security/gnupg-pkcs11-scd')
-rw-r--r--pkgs/tools/security/gnupg-pkcs11-scd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/gnupg-pkcs11-scd/default.nix b/pkgs/tools/security/gnupg-pkcs11-scd/default.nix
index e173f66f7483..04af88e33352 100644
--- a/pkgs/tools/security/gnupg-pkcs11-scd/default.nix
+++ b/pkgs/tools/security/gnupg-pkcs11-scd/default.nix
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
'';
homepage = "http://gnupg-pkcs11.sourceforge.net/";
license = licenses.bsd3;
- maintainers = with maintainers; [ lschuermann philandstuff ];
+ maintainers = with maintainers; [ matthiasbeyer philandstuff ];
platforms = platforms.unix;
};
}