From b7a404a22d554c07f2be8e79646dc81208921ac2 Mon Sep 17 00:00:00 2001 From: Emily Trau Date: Tue, 3 Feb 2026 12:10:54 -0500 Subject: [PATCH] python3Packages.yara-x: add lesuisse to maintainers --- pkgs/development/python-modules/yara-x/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/yara-x/default.nix b/pkgs/development/python-modules/yara-x/default.nix index 54a959fe35dc..305336dd4f68 100644 --- a/pkgs/development/python-modules/yara-x/default.nix +++ b/pkgs/development/python-modules/yara-x/default.nix @@ -42,6 +42,9 @@ buildPythonPackage rec { homepage = "https://github.com/VirusTotal/yara-x/tree/main/py"; changelog = "https://github.com/VirusTotal/yara-x/tree/${src.tag}/py"; license = lib.licenses.bsd3; - maintainers = with lib.maintainers; [ ivyfanchiang ]; + maintainers = with lib.maintainers; [ + ivyfanchiang + lesuisse + ]; }; }