diff --git a/src/Widgets/AboutDialog.vala b/src/Widgets/AboutDialog.vala index b19d1a0..d98233f 100644 --- a/src/Widgets/AboutDialog.vala +++ b/src/Widgets/AboutDialog.vala @@ -40,8 +40,8 @@ You should have received a copy of the GNU General Public License along with Tuner. If not, see ."""; wrap_license = true; - website = "https://codeberg.org/tuner/tuner"; - website_label = "Tuner on Codeberg.org"; + website = "https://github.com/louis77/tuner"; + website_label = "Tuner on Github"; response.connect ((response_id) => { if (response_id == Gtk.ResponseType.CANCEL || response_id == Gtk.ResponseType.DELETE_EVENT) {