branch: elpa/mastodon
commit e340edf4072a0522913d99ae975e2b6160fbc38a
Author: marty hiatt <[email protected]>
Commit: marty hiatt <[email protected]>
add alert dependency to package header
---
lisp/mastodon.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/mastodon.el b/lisp/mastodon.el
index 4cf1033579..399ed07718 100644
--- a/lisp/mastodon.el
+++ b/lisp/mastodon.el
@@ -7,7 +7,7 @@
;; Marty Hiatt <[email protected]>
;; Maintainer: Marty Hiatt <[email protected]>
;; Version: 2.0.8
-;; Package-Requires: ((emacs "28.1") (persist "0.8") (tp "0.8"))
+;; Package-Requires: ((emacs "28.1") (persist "0.8") (tp "0.8") (alert "1.2"))
;; Homepage: https://codeberg.org/martianh/mastodon.el
;; This file is not part of GNU Emacs.