diff options
author | mousebot <mousebot@riseup.net> | 2022-02-13 11:52:50 +0100 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2022-02-13 11:52:50 +0100 |
commit | 6c8caed00adf1d6e3ba1f81a91489ecb66deefb2 (patch) | |
tree | d6aa7718ddd0bcf039f48307726d111f2e083d51 /lisp/mastodon-async.el | |
parent | 5a0cc2fcc5fa0dad2d884dcc9989222d6df9e88e (diff) | |
parent | 8a29dcda6827e97b742bb718eb3a7687497f5261 (diff) |
Merge branch 'develop'
Diffstat (limited to 'lisp/mastodon-async.el')
-rw-r--r-- | lisp/mastodon-async.el | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lisp/mastodon-async.el b/lisp/mastodon-async.el index 6ff09e3..86547a1 100644 --- a/lisp/mastodon-async.el +++ b/lisp/mastodon-async.el @@ -1,12 +1,11 @@ ;;; mastodon-async.el --- Client for Mastodon -*- lexical-binding: t -*- -;; Copyright (C) 2017 Johnson Denen -;; Author: Johnson Denen <johnson.denen@gmail.com> -;; Alex J. Griffith <griffitaj@gmail.com> +;; Copyright (C) 2017 Alex J. Griffith +;; Author: Alex J. Griffith <griffitaj@gmail.com> ;; Maintainer: Marty Hiatt <martianhiatus@riseup.net> ;; Version: 0.10.0 ;; Package-Requires: ((emacs "27.1")) -;; Homepage: https://git.blast.noho.st/mouse/mastodon.el +;; Homepage: https://codeberg.org/martianh/mastodon.el ;; This file is not part of GNU Emacs. |