Update bug reporting urls

This commit is contained in:
Tobias Fella
2022-05-26 17:18:29 +02:00
parent 853113df3f
commit fb9183e5c3
2 changed files with 1 additions and 2 deletions

View File

@@ -154,7 +154,7 @@
<p xml:lang="zh-CN">NeoChat 在移动设备和桌面上均可用,并提供一致的用户体验。</p> <p xml:lang="zh-CN">NeoChat 在移动设备和桌面上均可用,并提供一致的用户体验。</p>
</description> </description>
<url type="homepage">https://apps.kde.org/neochat/</url> <url type="homepage">https://apps.kde.org/neochat/</url>
<url type="bugtracker">https://invent.kde.org/network/neochat/-/issues</url> <url type="bugtracker">https://bugs.kde.org/buglist.cgi?component=General&product=NeoChat</url>
<categories> <categories>
<category>Network</category> <category>Network</category>
</categories> </categories>

View File

@@ -152,7 +152,6 @@ int main(int argc, char *argv[])
about.addAuthor(i18n("Carl Schwan"), QString(), QStringLiteral("carl@carlschwan.eu")); about.addAuthor(i18n("Carl Schwan"), QString(), QStringLiteral("carl@carlschwan.eu"));
about.addAuthor(i18n("Tobias Fella"), QString(), QStringLiteral("fella@posteo.de")); about.addAuthor(i18n("Tobias Fella"), QString(), QStringLiteral("fella@posteo.de"));
about.setOrganizationDomain("kde.org"); about.setOrganizationDomain("kde.org");
about.setBugAddress("https://invent.kde.org/network/neochat/issues");
about.addComponent(QStringLiteral("libQuotient"), about.addComponent(QStringLiteral("libQuotient"),
i18n("A Qt5 library to write cross-platform clients for Matrix"), i18n("A Qt5 library to write cross-platform clients for Matrix"),