sgx-sdk: add veehaitch as a maintainer

This commit is contained in:
Vincent Haupert 2021-11-15 11:26:50 +01:00
parent 867f6ffcd3
commit 8c2b6bbaef

View File

@ -262,7 +262,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Intel SGX SDK for Linux built with IPP Crypto Library";
homepage = "https://github.com/intel/linux-sgx";
maintainers = with maintainers; [ sbellem arturcygan ];
maintainers = with maintainers; [ sbellem arturcygan veehaitch ];
platforms = [ "x86_64-linux" ];
license = with licenses; [ bsd3 ];
};