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
2 changed files with 2 additions and 2 deletions
@@ -44,6 +44,6 @@ stdenv.mkDerivation rec {
'';
license = with licenses; [ gpl3 lgpl3 ];
platforms = platforms.linux;
maintainers = with maintainers; [ matthiasbeyer ];
maintainers = with maintainers; [ ];
};
}
+1 -1
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";
};
}