Skip to content

Commit 9f52c8c

Browse files
committed
Chore: Update author meta
1 parent 717bd73 commit 9f52c8c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,6 @@ For more information, please refer to <https://unlicense.org/>
158158

159159
## Author
160160

161-
[Franklin](https://fvdm.com)
162-
| [Buy me a coffee](https://fvdm.com/donating)
161+
[Franklin](https://frankl.in)
162+
| [Buy me a coffee](https://frankl.in/donating)
163163

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
## Reporting a Vulnerability
1212

13-
Mail me from [my website](https://fvdm.com/contact) or by
13+
Mail me from [my website](https://frankl.in/contact) or by
1414
going to the repository on GitHub > Security > [Report a
1515
vulnerability](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing/privately-reporting-a-security-vulnerability#privately-reporting-a-security-vulnerability).
1616

fibonacci.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Name: fibonacci
33
Description: This function calculates fibonacci numbers for endless iterations
4-
Author: Franklin (https://fvdm.com)
4+
Author: Franklin (https://frankl.in)
55
Source & docs: https://github.com/fvdm/nodejs-fibonacci
66
Contact: https://github.com/fvdm/nodejs-fibonacci/issues
77
License: Unlicense (Public Domain, see LICENSE file)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"author": {
33
"name": "Franklin",
4-
"email": "[email protected]",
5-
"url": "https://fvdm.com"
4+
"email": "[email protected]",
5+
"url": "https://frankl.in"
66
},
77
"name": "fibonacci",
88
"description": "Calculate fibonacci numbers for endless iterations.",

0 commit comments

Comments
 (0)