From e78611cb05780b9e6eac6b446b76bb1f9cc43ef8 Mon Sep 17 00:00:00 2001 From: David Ralph Date: Sun, 19 Sep 2021 16:11:19 +0100 Subject: [PATCH] chore: username change --- README.md | 2 +- src/modules/constants.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cfd2453b..b5d547e4 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Please see the [documentation](https://docs.muetab.com/translations). ## Credits ### Developers -[David Ralph](https://github.com/davidjcralph) - Lead development, photographer
+[David Ralph](https://github.com/davidcralph) - Lead development, photographer
[Alex Sparkes](https://github.com/alexsparkes) - Name, lead design, photographer
[Isaac Saunders](https://github.com/eartharoid) - QA, development, photographer
[Wessel Tip](https://github.com/Wessel) - Development
diff --git a/src/modules/constants.js b/src/modules/constants.js index a732fac2..063c43d7 100644 --- a/src/modules/constants.js +++ b/src/modules/constants.js @@ -26,7 +26,7 @@ export const DISCORD_SERVER = 'zv8C9F8'; export const COPYRIGHT_NAME = 'The Mue Authors'; export const COPYRIGHT_YEAR = '2018'; export const COPYRIGHT_LICENSE = 'BSD-3 License'; -export const DONATE_USERNAME = 'davidjcralph'; // this only works if you use the same username for Patreon, GitHub and Ko-Fi +export const DONATE_USERNAME = 'davidcralph'; // this only works if you use the same username for Patreon, GitHub and Ko-Fi export const OFFLINE_IMAGES = 20;