Set bugs url

This commit is contained in:
Tobias Fella
2022-01-02 22:34:06 +01:00
parent e86f70db85
commit 183c3227a9

View File

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