zydis: add athre0z as a maintainer

This commit is contained in:
Joel Höner 2022-11-20 21:28:18 +01:00
parent 5ce55991d5
commit 08fc58fc60
2 changed files with 7 additions and 1 deletions

View file

@ -1330,6 +1330,12 @@
githubId = 55833;
name = "Troels Henriksen";
};
athre0z = {
email = "joel@zyantific.com";
github = "athre0z";
githubId = 6553158;
name = "Joel Höner";
};
atila = {
name = "Átila Saraiva";
email = "atilasaraiva@gmail.com";

View file

@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
homepage = "https://zydis.re/";
description = "Fast and lightweight x86/x86-64 disassembler library";
license = licenses.mit;
maintainers = with maintainers; [ jbcrail AndersonTorres ];
maintainers = with maintainers; [ jbcrail AndersonTorres athre0z ];
platforms = platforms.all;
};
}