From ac37afd153f9ddd80b53a0aca1dfa8da2e9edaf7 Mon Sep 17 00:00:00 2001 From: Tim Allen Date: Tue, 27 Oct 2020 18:43:01 +1100 Subject: [PATCH] Use byuu.org/bsnes as the official homepage. Previously, we didn't have control of byuu.org and it wasn't obvious what we should do about hosting. Now we can update byuu.org, though, we should continue using it as the authoritative source information. Fixes #2. --- LICENSE.txt | 2 +- bsnes/emulator/emulator.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index f9ffd261..c2f5a63b 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -3,7 +3,7 @@ bsnes - Super Nintendo emulator Copyright © 2004-2020 byuu et al - https://github.com/bsnes-emu + https://byuu.org/bsnes/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/bsnes/emulator/emulator.hpp b/bsnes/emulator/emulator.hpp index 1391d0b3..bf1d9512 100644 --- a/bsnes/emulator/emulator.hpp +++ b/bsnes/emulator/emulator.hpp @@ -32,7 +32,7 @@ namespace Emulator { static const string Version = "115"; static const string Copyright = "byuu et al"; static const string License = "GPLv3 or later"; - static const string Website = "https://github.com/bsnes-emu"; + static const string Website = "https://byuu.org/bsnes/"; //incremented only when serialization format changes static const string SerializerVersion = "115";