From 64179809f1831a98fde5ec63aadeec81d43a7dda Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 4 Jun 2018 20:21:31 +0200 Subject: [PATCH] Changed URL when registering on Mastodon server --- CMakeLists.txt | 2 +- src/config.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 250bb31..ee5cd54 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required (VERSION 3.7) project (mastobotmon - VERSION 0.3.11 + VERSION 0.3.12 LANGUAGES CXX) include(GNUInstallDirs) diff --git a/src/config.cpp b/src/config.cpp index 056aaf9..4678df0 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -101,7 +101,7 @@ const string get_access_token(const string &account) string access_token = ""; ret = acc.register_app1("mastobotmon", "urn:ietf:wg:oauth:2.0:oob", "read", - "https://github.com/tastytea/mastobotmon", + "https://schlomp.space/tastytea/mastobotmon", client_id, client_secret, url); if (ret == 0) {