diff --git a/pkgs/desktops/plasma-5/3rdparty/addons/polonium.nix b/pkgs/desktops/plasma-5/3rdparty/addons/polonium.nix index 60638800fc90..6b924cd92287 100644 --- a/pkgs/desktops/plasma-5/3rdparty/addons/polonium.nix +++ b/pkgs/desktops/plasma-5/3rdparty/addons/polonium.nix @@ -45,7 +45,11 @@ buildNpmPackage rec { meta = with lib; { description = "Auto-tiler that uses KWin 6.0+ tiling functionality"; license = licenses.mit; - maintainers = with maintainers; [ peterhoeg kotatsuyaki ]; + maintainers = with maintainers; [ + peterhoeg + kotatsuyaki + HeitorAugustoLN + ]; inherit (plasma-framework.meta) platforms; }; }