From 7cca54b5602be081f3e235ad25412a21143da895 Mon Sep 17 00:00:00 2001 From: Eliot Partridge Date: Tue, 1 Oct 2019 20:02:29 -0500 Subject: [PATCH] Add Stuben's Twitter link, http->https --- src/ts/client/credits.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ts/client/credits.ts b/src/ts/client/credits.ts index f0f9ebb..15ce0ed 100644 --- a/src/ts/client/credits.ts +++ b/src/ts/client/credits.ts @@ -64,7 +64,7 @@ export const CREDITS: Credit[] = [ name: 'Stubenhocker', title: 'Programmer', avatarIndex: 6, - links: ['https://github.com/Stubenhocker1399'] + links: ['https://github.com/Stubenhocker1399', 'https://twitter.com/Stubenhocker13'] }, { name: 'Terncode', @@ -129,7 +129,7 @@ export const CONTRIBUTORS: Contributors[] = [ { name: 'Deeraw', links: ['https://www.deviantart.com/deerdraw', 'https://twitter.com/TheOnlyDeeraw'] }, { name: 'Aviivix' }, { name: 'SnowFl8keAnge1' }, - { name: '3aHo3a', links: ['http://twitter.com/imnuclearimwild'] }, + { name: '3aHo3a', links: ['https://twitter.com/imnuclearimwild'] }, ], }, ];