mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
Merge pull request #259709 from matthiasbeyer/remove-myself-maintainer
libvmi, tpm2-pkgs11: Remove myself maintainer
This commit is contained in:
commit
98a658c954
@ -44,6 +44,6 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
license = with licenses; [ gpl3 lgpl3 ];
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ matthiasbeyer ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user