zydis: add myself as maintainer

This commit is contained in:
AndersonTorres 2021-11-27 09:57:13 -03:00
parent 51ab665ad7
commit 73b3f81d96

View file

@ -16,13 +16,15 @@ stdenv.mkDerivation rec {
sha256 = "sha256-FB7hGQ9vI3ZE376iROEpdtZm91IiccBhtAFa94JgnUY=";
};
nativeBuildInputs = [ cmake ];
nativeBuildInputs = [
cmake
];
meta = with lib; {
homepage = "https://zydis.re/";
description = "Fast and lightweight x86/x86-64 disassembler library";
license = licenses.mit;
maintainers = with maintainers; [ jbcrail ];
maintainers = with maintainers; [ jbcrail AndersonTorres ];
platforms = platforms.all;
};
}