Changed URL when registering on Mastodon server

This commit is contained in:
tastytea 2018-06-04 20:22:33 +02:00
parent a2c366f463
commit 798753ad25
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 3.7)
project (mastorss
VERSION 0.6.2
VERSION 0.6.3
LANGUAGES CXX
)

View File

@ -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);