From 1bbd720e03fbf58e3c4d2ba1b615870f641db35d Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Tue, 23 Dec 2025 15:09:59 +0200 Subject: [PATCH] python3.pkgs.pywlroots: add doronbehar to maintainers --- pkgs/development/python-modules/pywlroots/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/pywlroots/default.nix b/pkgs/development/python-modules/pywlroots/default.nix index b5a2a7539c8e..ac99f9d6b957 100644 --- a/pkgs/development/python-modules/pywlroots/default.nix +++ b/pkgs/development/python-modules/pywlroots/default.nix @@ -65,6 +65,9 @@ buildPythonPackage rec { description = "Python bindings to wlroots using cffi"; license = lib.licenses.ncsa; platforms = lib.platforms.linux; - maintainers = with lib.maintainers; [ chvp ]; + maintainers = with lib.maintainers; [ + chvp + doronbehar + ]; }; }