polonium: add HeitorAugustoLN as maintainer

This commit is contained in:
Heitor Augusto
2024-08-07 17:56:06 +00:00
parent 4755568545
commit b9f50da19c
+5 -1
View File
@@ -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;
};
}