Merge pull request #259709 from matthiasbeyer/remove-myself-maintainer

libvmi, tpm2-pkgs11: Remove myself maintainer
This commit is contained in:
Matthias Beyer 2024-01-07 10:25:45 +01:00 committed by GitHub
commit 98a658c954
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -44,6 +44,6 @@ stdenv.mkDerivation rec {
'';
license = with licenses; [ gpl3 lgpl3 ];
platforms = platforms.linux;
maintainers = with maintainers; [ matthiasbeyer ];
maintainers = with maintainers; [ ];
};
}

View File

@ -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";
};
}