From 497945d7ecde5d8aed6b1d99fccac102c48a59df Mon Sep 17 00:00:00 2001 From: Ignas Anikevicius <240938+aignas@users.noreply.github.com> Date: Wed, 13 Nov 2024 09:29:52 +0900 Subject: [PATCH] chore: remove Thulio from BCR app configs (#2397) Just tidy up the config. I've put my name in there, but I am happy to make the BCR app use someone else's name as well. @oprypin, @rickeylev, what do you think? --- .bcr/gazelle/metadata.template.json | 6 +++--- .bcr/metadata.template.json | 5 ----- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.bcr/gazelle/metadata.template.json b/.bcr/gazelle/metadata.template.json index 9cd4291e5a..687f78e977 100644 --- a/.bcr/gazelle/metadata.template.json +++ b/.bcr/gazelle/metadata.template.json @@ -7,9 +7,9 @@ "github": "rickeylev" }, { - "name": "Thulio Ferraz Assis", - "email": "thulio@aspect.dev", - "github": "f0rmiga" + "name": "Ignas Anikevicius", + "email": "bcr-ignas@use.startmail.com", + "github": "aignas" } ], "repository": [ diff --git a/.bcr/metadata.template.json b/.bcr/metadata.template.json index eff7219bde..b164e70443 100644 --- a/.bcr/metadata.template.json +++ b/.bcr/metadata.template.json @@ -6,11 +6,6 @@ "email": "rlevasseur@google.com", "github": "rickeylev" }, - { - "name": "Thulio Ferraz Assis", - "email": "thulio@aspect.dev", - "github": "f0rmiga" - }, { "name": "Ignas Anikevicius", "email": "bcr-ignas@use.startmail.com",