From 74275a31a7440a9b95c4a719d6f50f01adbd7f06 Mon Sep 17 00:00:00 2001 From: Rui Saraiva Date: Sun, 26 Jul 2026 14:38:40 +0100 Subject: [PATCH] chore: use the alias address and the current role MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The package author email was a Gmail address. The site already contacts through hello@ruisaraiva.dev, an alias forwarded to that inbox, and the point of the alias is that a published field can be rotated without touching the real mailbox — so the package field uses it too. The credits still described Rui as a Full-Stack Developer, which was true when the tool was built in 2020. Augusto's and Miguel's roles are left as they are. --- components/favycon-info/index.tsx | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/favycon-info/index.tsx b/components/favycon-info/index.tsx index 7b65d65..51855af 100644 --- a/components/favycon-info/index.tsx +++ b/components/favycon-info/index.tsx @@ -52,7 +52,7 @@ const people = [ { handle: 'ruisaraiva.dev', name: 'Rui Saraiva', - role: 'Full-Stack Developer', + role: 'Principal Engineer', social: 'website' as const, photo: ruiSaraiva, }, diff --git a/package.json b/package.json index d687444..1478992 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ ], "author": { "name": "Rui Saraiva", - "email": "ruisaraiva19@gmail.com", + "email": "hello@ruisaraiva.dev", "url": "https://ruisaraiva.dev/" }, "license": "MIT",