Skip to content

Commit

Permalink
Use my repo for the updates for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
LePresidente committed Dec 12, 2016
1 parent 6955939 commit 0657774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/selfupdater.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 0657774

Please sign in to comment.