Skip to content

Commit 9424a47

Browse files
committed
playwright: add myself as a maintainer
1 parent 18f3489 commit 9424a47

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pkgs/development/web/playwright/driver.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,10 @@ let
140140
description = "Framework for Web Testing and Automation";
141141
homepage = "https://playwright.dev";
142142
license = lib.licenses.asl20;
143-
maintainers = with lib.maintainers; [ kalekseev ];
143+
maintainers = with lib.maintainers; [
144+
kalekseev
145+
marie
146+
];
144147
inherit (nodejs.meta) platforms;
145148
};
146149
};

0 commit comments

Comments
 (0)