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 + ]; }; }