diff options
-rw-r--r-- | test/mastodon-client-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mastodon-client-tests.el b/test/mastodon-client-tests.el index 9123286..3f6cc29 100644 --- a/test/mastodon-client-tests.el +++ b/test/mastodon-client-tests.el @@ -10,7 +10,7 @@ '(("client_name" . "mastodon.el") ("redirect_uris" . "urn:ietf:wg:oauth:2.0:oob") ("scopes" . "read write follow") - ("website" . "https://github.com/jdenen/mastodon.el")) + ("website" . "https://codeberg.org/martianh/mastodon.el")) nil :unauthenticated)) (mastodon-client--register))) |