diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-10-04 08:14:44 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-10-04 08:14:44 +0200 |
commit | 4d9651981887d9de424ad0250f9be2894d813e3c (patch) | |
tree | b449002a0508ec147c5f4a9126179a7a144fdd45 /lisp/mastodon.el | |
parent | dc69faaa1ba9de3c640291970f7fdf25329f5640 (diff) |
add tp to Package-Requires
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r-- | lisp/mastodon.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el index 6e9586b..f5822b1 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -7,7 +7,8 @@ ;; Marty Hiatt <martianhiatus@riseup.net> ;; Maintainer: Marty Hiatt <martianhiatus@riseup.net> ;; Version: 1.0.27 -;; Package-Requires: ((emacs "27.1") (request "0.3.0") (persist "0.4")) +;; Package-Requires: ((emacs "27.1") (request "0.3.0") +;; (persist "0.4") (tp "0.1")) ;; Homepage: https://codeberg.org/martianh/mastodon.el ;; This file is not part of GNU Emacs. |