Change HTTP links to HTTPS for quassel-irc.org and subdomains
[quassel.git] / src / uisupport / aboutdata.cpp
index e0ad7dd..25adf62 100644 (file)
@@ -140,7 +140,7 @@ KAboutData AboutData::kAboutData() const
     aboutData.addLicense(KAboutLicense::GPL_V3);
     aboutData.setShortDescription(tr("A modern, distributed IRC client"));
     aboutData.setProgramLogo(QVariant::fromValue(QImage(":/pics/quassel-logo.png")));
-    aboutData.setBugAddress("http://bugs.quassel-irc.org/projects/quassel-irc/issues/new");
+    aboutData.setBugAddress("https://bugs.quassel-irc.org/projects/quassel-irc/issues/new");
     aboutData.setOrganizationDomain(Quassel::buildInfo().organizationDomain.toUtf8());
 
     for (const auto &person : authors()) {
@@ -270,7 +270,7 @@ void AboutData::setQuasselPersons(AboutData *aboutData)
         { "Mattia Basaglia", "", tr("Fixes") },
         { "Michael Groh", "brot", tr("German translation, fixes"), "", QLocale::German },
         { "Michael Kedzierski", "ycros", tr("Mac fixes") },
-        { "Michael Marley", "mamarley", tr("Many fixes and improvements; Debian/Ubuntu nightly PPA") },
+        { "Michael Marley", "mamarley", tr("Many fixes and improvements; Ubuntu PPAs") },
         { "Miguel Revilla", "", tr("Spanish translation"), "", QLocale::Spanish },
         { "Nuno Pinheiro", "", tr("Tons of Oxygen icons including the Quassel logo") },
         { "Patrick Lauer", "bonsaikitten", tr("Gentoo maintainer") },