diff --git a/CMakeLists.txt b/CMakeLists.txt index cee85d4..cbb95a9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required (VERSION 3.7) project (mastorss - VERSION 0.6.2 + VERSION 0.6.3 LANGUAGES CXX ) diff --git a/src/config.cpp b/src/config.cpp index ca03c6d..fee83db 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -77,7 +77,7 @@ std::uint16_t read_config(string &instance, string &access_token, string &feedur std::uint16_t ret = masto.register_app1("mastorss", "urn:ietf:wg:oauth:2.0:oob", "write", - "https://github.com/tastytea/mastorss", + "https://git.schlomp.space/tastytea/mastorss", client_id, client_secret, url);