mirror of
https://github.com/ruisaraiva19/favycon.git
synced 2026-09-12 19:51:07 +05:00
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:
parent
78c9508195
commit
74275a31a7
@ -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,
|
||||
},
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
],
|
||||
"author": {
|
||||
"name": "Rui Saraiva",
|
||||
"email": "ruisaraiva19@gmail.com",
|
||||
"email": "hello@ruisaraiva.dev",
|
||||
"url": "https://ruisaraiva.dev/"
|
||||
},
|
||||
"license": "MIT",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user