summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorlepresidente <brian.alexander.munro@gmail.com>2016-12-12 08:26:19 +0200
committerlepresidente <brian.alexander.munro@gmail.com>2016-12-12 08:26:19 +0200
commit0657774e2e53a7c280c32943f2a845c7ba783997 (patch)
treef3e01342bc1e7c52100d47fad1050a91f0fe78c8 /src
parent695593968b0d8b912c0546aafe4ba97c031a590c (diff)
Use my repo for the updates for now.
Diffstat (limited to 'src')
-rw-r--r--src/selfupdater.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selfupdater.cpp b/src/selfupdater.cpp
index c16be545..1b6b4684 100644
--- a/src/selfupdater.cpp
+++ b/src/selfupdater.cpp
@@ -123,7 +123,7 @@ void SelfUpdater::testForUpdate()
{
// TODO: if prereleases are disabled we could just request the latest release
// directly
- m_GitHub.releases(GitHub::Repository("TanninOne", "modorganizer"),
+ m_GitHub.releases(GitHub::Repository("LePresidente", "modorganizer"),
[this](const QJsonArray &releases) {
QJsonObject newest;
for (const QJsonValue &releaseVal : releases) {