diff options
author | Johnson Denen <johnson.denen@gmail.com> | 2017-04-09 23:31:00 -0400 |
---|---|---|
committer | Johnson Denen <johnson.denen@gmail.com> | 2017-04-09 23:31:00 -0400 |
commit | dc66e44c0f7ad6647a50e62d158dc9ed5526dbfe (patch) | |
tree | 2a6157c455d4f71c8677632aa67fffa16bf9cd90 /lisp/mastodon-auth.el | |
parent | 5cf1dd9c2fb4279dfb603a77b4ce6545f954169d (diff) |
Close #7 with repo URL
Diffstat (limited to 'lisp/mastodon-auth.el')
-rw-r--r-- | lisp/mastodon-auth.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mastodon-auth.el b/lisp/mastodon-auth.el index 2d11d46..3aedf91 100644 --- a/lisp/mastodon-auth.el +++ b/lisp/mastodon-auth.el @@ -40,7 +40,8 @@ STATUS is passed by `url-retrieve'." 'mastodon--register-client-app-triage '(("client_name" . "mastodon.el") ("redirect_uris" . "urn:ietf:wg:oauth:2.0:oob") - ("scopes" . "read write follow")))) + ("scopes" . "read write follow") + ("website" . "https://github.com/jdenen/mastodon.el")))) (defun mastodon--register-and-return-client-app () "Register `mastodon' with an instance. Return `mastodon--client-app-plist'." |