diff options
author | emocoder <emocoder@noreply.codeberg.org> | 2022-12-19 16:26:04 +0000 |
---|---|---|
committer | emocoder <emocoder@noreply.codeberg.org> | 2022-12-19 16:26:04 +0000 |
commit | 54273449e5fb07fcf6e600eb872b4fcc76b60130 (patch) | |
tree | 903c824727bac4b41ebdc999679c73ccae40828c /lisp/mastodon.el | |
parent | 548b10fdfa19df91419b8c4f4b5812f189f7294d (diff) | |
parent | d9c0d7eeea02c27173ed000af7c560ca978125ea (diff) |
Merge branch 'develop' into fix-two-spaces-in-reply
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r-- | lisp/mastodon.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el index 921e3af..a6ee4bc 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -29,8 +29,8 @@ ;;; Commentary: -;; mastodon.el is an Emacs client for Mastodon <https://github.com/tootsuite/mastodon>, -;; the federated microblogging social network. It also works with Pleroma instances. +;; mastodon.el is an Emacs client for Mastodon <https://github.com/mastodon/mastodon>, +;; the federated microblogging social network. It also works with Pleroma instances and other services that implement the Mastodon API. ;; See the readme file at https://codeberg.org/martianh/mastodon.el for set up and usage details. ;;; Code: |