From b9f50da19cd453fc35016ba3ce4a40ded62bdaf4 Mon Sep 17 00:00:00 2001 From: Heitor Augusto Date: Wed, 7 Aug 2024 17:56:06 +0000 Subject: [PATCH] polonium: add HeitorAugustoLN as maintainer --- pkgs/desktops/plasma-5/3rdparty/addons/polonium.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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; }; }