refactor: change repo url in about dialog to the GitHub one

merge-requests/8/head
Nefo Fortressia 2021-10-22 20:04:40 +07:00
parent 48c87b9214
commit b68e93c3d4
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ impl MenubarImplementedEditor for EchidnaEditor {
about_dialog.set_license_type(gtk::License::Mpl20);
about_dialog.set_program_name(Some("Echidna Code Editor"));
about_dialog.set_website(Some("https://gitlab.com/EchidnaHQ/Echidna"));
about_dialog.set_website(Some("https://github.com/EchidnaHQ/Echidna"));
about_dialog.set_authors(&["FortressValkriye"]);
about_dialog.set_copyright(Some("Made with by ❤️ Echidna contributors"));
about_dialog.set_visible(true);