From 9424a47a657f423d3d12ded83fced9974f87a7d9 Mon Sep 17 00:00:00 2001 From: Marie Ramlow Date: Fri, 21 Feb 2025 10:18:51 +0100 Subject: [PATCH] playwright: add myself as a maintainer --- pkgs/development/web/playwright/driver.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/development/web/playwright/driver.nix b/pkgs/development/web/playwright/driver.nix index 24162834f564..dcdfb2f6cc51 100644 --- a/pkgs/development/web/playwright/driver.nix +++ b/pkgs/development/web/playwright/driver.nix @@ -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; }; };