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.
This commit is contained in:
Tim Allen 2020-10-27 18:43:01 +11:00 committed by Screwtapello
parent f09c45f3e4
commit ac37afd153
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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";