Skip to content

Commit

Permalink
chore: change author email
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed May 3, 2024
1 parent 16b40e8 commit 285afad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
labels:
# Using OCI Image Format spec
# See https://github.com/opencontainers/image-spec/blob/main/annotations.md
org.opencontainers.image.authors: Frazer Smith <frazer.dev@outlook.com>
org.opencontainers.image.authors: Frazer Smith <frazer.dev@icloud.com>
org.opencontainers.image.licenses: MIT
org.opencontainers.image.url: https://github.com/Fdawgs/docsmith
logging:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"url": "https://github.com/Fdawgs/docsmith/issues"
},
"license": "MIT",
"author": "Frazer Smith <frazer.dev@outlook.com>",
"author": "Frazer Smith <frazer.dev@icloud.com>",
"funding": "https://github.com/sponsors/Fdawgs",
"engines": {
"node": ">=18.14.0"
Expand Down
2 changes: 1 addition & 1 deletion src/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ async function getConfig() {
description,
contact: {
name: "Author",
email: "frazer.dev@outlook.com",
email: "frazer.dev@icloud.com",
},
license: {
name: license,
Expand Down

0 comments on commit 285afad

Please sign in to comment.