Skip to content

Commit

Permalink
refactor: fix author username
Browse files Browse the repository at this point in the history
  • Loading branch information
Atomiqu committed Oct 24, 2021
1 parent ef9a074 commit df610a5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @quantumlytangled
* @quantumlyy
2 changes: 1 addition & 1 deletion .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at yo@quantumlytangled.com. All
reported by contacting the project team at yo@quantumly.dev. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Expand Down
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

patreon: quantumlytangled
ko_fi: quantumlytangled
liberapay: quantumly
2 changes: 1 addition & 1 deletion LICENCE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2020 QuantumlyTangled
Copyright (c) 2020 Quantumlyy

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"#utils/*": "./dist/lib/utils/*.js"
},
"author": {
"name": "QuantumlyTangled",
"email": "yo@quantumlytangled.com",
"url": "https://quantumlytangled.com"
"name": "Quantumlyy",
"email": "yo@quantumly.dev",
"url": "https://quantumly.dev"
},
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit df610a5

Please sign in to comment.