From 06fc4cf2b1fc36d3baa64e24ec871918d112d7c5 Mon Sep 17 00:00:00 2001
From: Alexander Golubev <fatzer2@gmail.com>
Date: Mon, 16 Mar 2026 06:38:57 +0300
Subject: Update the bug report address in about data

Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
---
 src/main.cpp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/main.cpp b/src/main.cpp
index a06d59d..ac7fad0 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -9,7 +9,9 @@
 #include <tdelocale.h>
 
 static const char description[] =
-    I18N_NOOP("soundKonverter is a frontend to various audio converters, Replay Gain tools and CD rippers.\n\nPlease file bug reports at https://bugs.launchpad.net/ubuntu/+source/soundkonverter\nor simply send me a mail to hessijames@gmail.com");
+    I18N_NOOP("soundKonverter is a frontend to various audio converters, Replay Gain tools and CD rippers.\n"
+              "\n"
+              "Please file bug reports at https://mirror.git.trinitydesktop.org/gitea/TDE/soundkonverter/issues.");
 
 static const char version[] = "0.3.8";
 
-- 
cgit v1.2.3

