From 71eb6a7ad54599355b89ce0a7a569da72e6d20de Mon Sep 17 00:00:00 2001
From: "Mr. Stallion" <mrstallion@nobody.nowhere.fauxdomain.ext>
Date: Sat, 2 Sep 2023 13:41:44 -0700
Subject: [PATCH] mrstallion => hearmeneigh

---
 CHANGELOG.md          |  2 +-
 CONTRIBUTORS.md       |  2 +-
 LICENSE               |  2 +-
 README.md             | 10 +++++-----
 chat/conversations.ts |  2 +-
 docs/_config.yml      |  6 +++---
 docs/index.md         |  2 +-
 docs/macos-install.md |  2 +-
 electron/main.ts      |  8 ++++----
 9 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index dff6ea3..c2b16a0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -251,7 +251,7 @@
     *   [Doyensec Electronegativity](https://github.com/doyensec/electronegativity)
     *   [Quasar Electron Security Concerns](https://quasar.dev/quasar-cli/developing-electron-apps/electron-security-concerns)
     *   [Reasonably Secure Electron](https://know.bishopfox.com/research/reasonably-secure-electron)
-    *   [SNYK.io](https://snyk.io/) vulnerability scan [![Known Vulnerabilities](https://snyk.io/test/github/mrstallion/fchat-rising/badge.svg)](https://snyk.io/test/github/mrstallion/fchat-rising)
+    *   [SNYK.io](https://snyk.io/) vulnerability scan [![Known Vulnerabilities](https://snyk.io/test/github/hearmeneigh/fchat-rising/badge.svg)](https://snyk.io/test/github/hearmeneigh/fchat-rising)
 
 
 ## 1.0.0
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index bc60702..56c914a 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -2,7 +2,7 @@
 
 This project contains contributions from:
 
-* [Mr Stallion, esq.](https://github.com/mrstallion)
+* [Mr Stallion, esq.](https://github.com/hearmeneigh)
 * [twilight-sparkle-irl](https://github.com/twilight-sparkle-irl)
 * [ButterCheezii](https://github.com/ButterCheezii)
 * [FatCatClient](https://github.com/FatCatClient)
diff --git a/LICENSE b/LICENSE
index fe273f4..b8bea87 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
 MIT License
 
-Copyright (c) 2018-2021 respective contributors listed in `CONTRIBUTORS.md`
+Copyright (c) 2018-2023 respective contributors listed in `CONTRIBUTORS.md`
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff --git a/README.md b/README.md
index 251e00d..34501f6 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
 # Download
-[Windows](https://github.com/mrstallion/fchat-rising/releases/download/v1.23.5/F-Chat-Rising-1.23.5-win.exe) (82 MB)
-| [MacOS Intel](https://github.com/mrstallion/fchat-rising/releases/download/v1.23.5/F-Chat-Rising-1.23.5-macos-intel.dmg) (82 MB)
-| [MacOS M1](https://github.com/mrstallion/fchat-rising/releases/download/v1.23.5/F-Chat-Rising-1.23.5-macos-m1.dmg) (84 MB)
-| [Linux](https://github.com/mrstallion/fchat-rising/releases/download/v1.23.5/F-Chat-Rising-1.23.5-linux.AppImage) (82 MB)
+[Windows](https://github.com/hearmeneigh/fchat-rising/releases/download/v1.23.5/F-Chat-Rising-1.23.5-win.exe) (82 MB)
+| [MacOS Intel](https://github.com/hearmeneigh/fchat-rising/releases/download/v1.23.5/F-Chat-Rising-1.23.5-macos-intel.dmg) (82 MB)
+| [MacOS M1](https://github.com/hearmeneigh/fchat-rising/releases/download/v1.23.5/F-Chat-Rising-1.23.5-macos-m1.dmg) (84 MB)
+| [Linux](https://github.com/hearmeneigh/fchat-rising/releases/download/v1.23.5/F-Chat-Rising-1.23.5-linux.AppImage) (82 MB)
 
 
 # F-Chat Rising
@@ -16,7 +16,7 @@ This repository contains a heavily customized version of the mainline F-Chat 3.0
 npm install --global --production --vs2015 --add-python-to-path windows-build-tools node-gyp
 
 # All operating systems
-git clone https://github.com/mrstallion/fchat-rising.git
+git clone https://github.com/hearmeneigh/fchat-rising.git
 cd fchat-rising
 yarn
 
diff --git a/chat/conversations.ts b/chat/conversations.ts
index 23bb4ff..1655b2c 100644
--- a/chat/conversations.ts
+++ b/chat/conversations.ts
@@ -678,7 +678,7 @@ export async function testSmartFilterForPrivateMessage(fromChar: Character.Chara
                       'Sorry, the player of this character is not interested in characters matching your profile.' +
                       `${core.state.settings.risingFilter.hidePrivateMessages ? ' They did not see your message. To bypass this warning, send your message again.' : ''}\n` +
                       '\n' +
-                      '🦄 Need a filter for yourself? Try out [url=https://mrstallion.github.io/fchat-rising/]F-Chat Rising[/url]'
+                      '🦄 Need a filter for yourself? Try out [url=https://hearmeneigh.github.io/fchat-rising/]F-Chat Rising[/url]'
                 };
 
                 core.connection.send('PRI', message);
diff --git a/docs/_config.yml b/docs/_config.yml
index d602d4a..2895861 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -19,7 +19,7 @@ description: >- # this means to ignore newlines until "baseurl:"
   A heavily customized F-Chat 3.0 client
 baseurl: "/fchat-rising" # the subpath of your site, e.g. /blog
 url: "" # the base hostname & protocol for your site, e.g. http://example.com
-github_username:  mrstallion
+github_username:  hearmeneigh
 show_downloads: true
 
 # Build settings
@@ -47,12 +47,12 @@ exclude:
 
 theme: jekyll-theme-slate
 
-changelog: https://github.com/mrstallion/fchat-rising/blob/master/CHANGELOG.md
+changelog: https://github.com/hearmeneigh/fchat-rising/blob/master/CHANGELOG.md
 
 download:
   version: 1.23.5
 
-  url: https://github.com/mrstallion/fchat-rising/releases/download/v%VERSION%/F-Chat-Rising-%VERSION%-%PLATFORM_TAIL%
+  url: https://github.com/hearmeneigh/fchat-rising/releases/download/v%VERSION%/F-Chat-Rising-%VERSION%-%PLATFORM_TAIL%
 
   downloads:
     - type: win
diff --git a/docs/index.md b/docs/index.md
index 2fb3c9e..8731728 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -10,7 +10,7 @@ layout: rising
 You'll connect with the same F-List, same players, and same channels you're already used to.
 You'll just do it with style!
 
-Scroll down to see a [feature summary](#link-previews), or take a look at a more [detailed list of features](https://github.com/mrstallion/fchat-rising/blob/master/README.md#key-differences).
+Scroll down to see a [feature summary](#link-previews), or take a look at a more [detailed list of features](https://github.com/hearmeneigh/fchat-rising/blob/master/README.md#key-differences).
 
 To install, download the application from the links above and then refer to the [original installation instructions](https://wiki.f-list.net/F-Chat_3.0/Installation).
  
diff --git a/docs/macos-install.md b/docs/macos-install.md
index 4bf62c6..60856fc 100644
--- a/docs/macos-install.md
+++ b/docs/macos-install.md
@@ -13,7 +13,7 @@ layout: rising
 > 
 > Consider these alternatives to increase your safety:
 > 
-> 1) Compile F-Chat Rising yourself from the [source](https://github.com/mrstallion/fchat-rising); or
+> 1) Compile F-Chat Rising yourself from the [source](https://github.com/hearmeneigh/fchat-rising); or
 >
 > 2) Run F-Chat Rising in a [virtual machine](https://www.parallels.com/); or
 > 
diff --git a/electron/main.ts b/electron/main.ts
index d6b9002..ee53899 100644
--- a/electron/main.ts
+++ b/electron/main.ts
@@ -281,7 +281,7 @@ function createWindow(): electron.BrowserWindow | undefined {
 
 function showPatchNotes(): void {
     //tslint:disable-next-line: no-floating-promises
-    electron.shell.openExternal('https://github.com/mrstallion/fchat-rising/blob/master/CHANGELOG.md');
+    electron.shell.openExternal('https://github.com/hearmeneigh/fchat-rising/blob/master/CHANGELOG.md');
 }
 
 
@@ -311,14 +311,14 @@ function onReady(): void {
 
     // require('update-electron-app')(
     //   {
-    //     repo: 'https://github.com/mrstallion/fchat-rising.git',
+    //     repo: 'https://github.com/hearmeneigh/fchat-rising.git',
     //     updateInterval: '3 hours',
     //     logger: require('electron-log')
     //   }
     // );
 
     //tslint:disable-next-line: no-unsafe-any
-    const updaterUrl = `https://update.electronjs.org/mrstallion/fchat-rising/${process.platform}-${process.arch}/${pck.version}`;
+    const updaterUrl = `https://update.electronjs.org/hearmeneigh/fchat-rising/${process.platform}-${process.arch}/${pck.version}`;
     if((process.env.NODE_ENV === 'production') && (process.platform !== 'darwin')) {
         electron.autoUpdater.setFeedURL({url: updaterUrl + (settings.beta ? '?channel=beta' : ''), serverType: 'json'});
         setTimeout(() => electron.autoUpdater.checkForUpdates(), 10000);
@@ -576,7 +576,7 @@ function onReady(): void {
             submenu: [
                 {
                     label: l('help.fchat'),
-                    click: () => electron.shell.openExternal('https://github.com/mrstallion/fchat-rising/blob/master/README.md')
+                    click: () => electron.shell.openExternal('https://github.com/hearmeneigh/fchat-rising/blob/master/README.md')
                 },
                 // {
                 //     label: l('help.feedback'),