summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHari Rana <theevilskeleton@riseup.net>2023-01-04 15:58:06 +0000
committerJamie Murphy <hello@itsjamie.dev>2023-01-04 15:58:06 +0000
commit1607a15105f8575507c5a450e3ea8c68edc1c799 (patch)
treedcbe3d2a453470df06565a991bd60ee37aec1110
parentdd424745da192d7fdbd9a7a22dbd0cf4aeb1aa9f (diff)
downloadgnome-todo-1607a15105f8575507c5a450e3ea8c68edc1c799.tar.gz
gtd-application: Add support-url to about window
This adds the Endeavour Matrix chat room (#endeavour:gnome.org) as the official support URL in the About Window
-rw-r--r--src/gui/gtd-application.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/gtd-application.c b/src/gui/gtd-application.c
index f89e25ff..da7e3fa0 100644
--- a/src/gui/gtd-application.c
+++ b/src/gui/gtd-application.c
@@ -118,6 +118,7 @@ gtd_application_show_about (GSimpleAction *simple,
"version", GTD_VCS_TAG,
"copyright", _("Copyright \xC2\xA9 2015–2022 The Endeavour authors"),
"issue-url", "https://gitlab.gnome.org/World/Endeavour/-/issues",
+ "support-url", "https://matrix.to/#/#endeavour:gnome.org",
"website", "https://gitlab.gnome.org/World/Endeavour",
"license-type", GTK_LICENSE_GPL_3_0,
"developers", developers,