From dc66e44c0f7ad6647a50e62d158dc9ed5526dbfe Mon Sep 17 00:00:00 2001 From: Johnson Denen Date: Sun, 9 Apr 2017 23:31:00 -0400 Subject: Close #7 with repo URL --- lisp/mastodon-auth.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lisp') 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'." -- cgit v1.2.3