Skip to content

Commit

Permalink
Merge pull request #138 from louis77/main
Browse files Browse the repository at this point in the history
Update AboutDialog.vala to point to Github link
  • Loading branch information
technosf authored Oct 14, 2024
2 parents 64208ce + d3bd9cd commit b5de002
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Widgets/AboutDialog.vala
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ You should have received a copy of the GNU General Public License
along with Tuner. If not, see <http://www.gnu.org/licenses/>.""";
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) {
Expand Down

0 comments on commit b5de002

Please sign in to comment.