From ee694d731e61739c7c2aa161ffcfc6c121bc61ab Mon Sep 17 00:00:00 2001 From: Ben King <9087625+benfdking@users.noreply.github.com> Date: Sat, 23 May 2026 22:04:02 +0100 Subject: [PATCH] chore(bcr): update metadata for quarylabs ownership Point the BCR metadata at the current quarylabs repo (homepage, repository) and add the active quarylabs maintainer. Daniel Muller is retained as a maintainer for historical continuity. Co-Authored-By: Claude Opus 4.7 (1M context) --- .bcr/metadata.template.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.bcr/metadata.template.json b/.bcr/metadata.template.json index f0cf0ff..86766cb 100644 --- a/.bcr/metadata.template.json +++ b/.bcr/metadata.template.json @@ -1,13 +1,18 @@ { - "homepage": "https://github.com/mrmeku/rules_playwright", + "homepage": "https://github.com/quarylabs/rules_playwright", "maintainers": [ + { + "name": "Ben King", + "email": "9087625+benfdking@users.noreply.github.com", + "github": "benfdking" + }, { "name": "Daniel Muller", "email": "mrmeku@gmail.com", "github": "mrmeku" } ], - "repository": ["github:mrmeku/rules_playwright"], + "repository": ["github:quarylabs/rules_playwright"], "versions": [], "yanked_versions": {} }