From e9304d7d3d3b09f36213e3e29c9075cf5f6e8569 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 8 Oct 2023 09:18:21 +0200 Subject: [PATCH 1/2] libvmi: 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 --- pkgs/development/libraries/libvmi/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/libvmi/default.nix b/pkgs/development/libraries/libvmi/default.nix index cbcba106b83d..b1eb5764dba4 100644 --- a/pkgs/development/libraries/libvmi/default.nix +++ b/pkgs/development/libraries/libvmi/default.nix @@ -44,6 +44,6 @@ stdenv.mkDerivation rec { ''; license = with licenses; [ gpl3 lgpl3 ]; platforms = platforms.linux; - maintainers = with maintainers; [ matthiasbeyer ]; + maintainers = with maintainers; [ ]; }; } From e67666d989de9fa0a0a95e5e48ff1a683ba2ea1e Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 8 Oct 2023 09:19:18 +0200 Subject: [PATCH 2/2] 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 --- pkgs/misc/tpm2-pkcs11/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/misc/tpm2-pkcs11/default.nix b/pkgs/misc/tpm2-pkcs11/default.nix index 3898c9880c53..48ec7839d3e1 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"; }; }