playwright: add myself as a maintainer

This commit is contained in:
Marie Ramlow
2025-05-09 12:18:38 +02:00
parent 18f34890d2
commit 9424a47a65
+4 -1
View File
@@ -140,7 +140,10 @@ let
description = "Framework for Web Testing and Automation";
homepage = "https://playwright.dev";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ kalekseev ];
maintainers = with lib.maintainers; [
kalekseev
marie
];
inherit (nodejs.meta) platforms;
};
};