chore: use the alias address and the current role

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.
This commit is contained in:
Rui Saraiva 2026-07-26 14:38:40 +01:00
parent 78c9508195
commit 74275a31a7
No known key found for this signature in database
GPG Key ID: 443195C71E4EF35B
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ const people = [
{ {
handle: 'ruisaraiva.dev', handle: 'ruisaraiva.dev',
name: 'Rui Saraiva', name: 'Rui Saraiva',
role: 'Full-Stack Developer', role: 'Principal Engineer',
social: 'website' as const, social: 'website' as const,
photo: ruiSaraiva, photo: ruiSaraiva,
}, },

View File

@ -18,7 +18,7 @@
], ],
"author": { "author": {
"name": "Rui Saraiva", "name": "Rui Saraiva",
"email": "ruisaraiva19@gmail.com", "email": "hello@ruisaraiva.dev",
"url": "https://ruisaraiva.dev/" "url": "https://ruisaraiva.dev/"
}, },
"license": "MIT", "license": "MIT",