Add Stuben's Twitter link, http->https

This commit is contained in:
Eliot Partridge
2019-10-01 20:02:29 -05:00
parent f55ffd3a90
commit 7cca54b560
+2 -2
View File
@@ -64,7 +64,7 @@ export const CREDITS: Credit[] = [
name: 'Stubenhocker', name: 'Stubenhocker',
title: 'Programmer', title: 'Programmer',
avatarIndex: 6, avatarIndex: 6,
links: ['https://github.com/Stubenhocker1399'] links: ['https://github.com/Stubenhocker1399', 'https://twitter.com/Stubenhocker13']
}, },
{ {
name: 'Terncode', name: 'Terncode',
@@ -129,7 +129,7 @@ export const CONTRIBUTORS: Contributors[] = [
{ name: 'Deeraw', links: ['https://www.deviantart.com/deerdraw', 'https://twitter.com/TheOnlyDeeraw'] }, { name: 'Deeraw', links: ['https://www.deviantart.com/deerdraw', 'https://twitter.com/TheOnlyDeeraw'] },
{ name: 'Aviivix' }, { name: 'Aviivix' },
{ name: 'SnowFl8keAnge1' }, { name: 'SnowFl8keAnge1' },
{ name: '3aHo3a', links: ['http://twitter.com/imnuclearimwild'] }, { name: '3aHo3a', links: ['https://twitter.com/imnuclearimwild'] },
], ],
}, },
]; ];