~cytrogen/.emacs.d

.emacs.d/elpa/mastodon-20251201.1553/mastodon-pkg.el -rw-r--r-- 519 bytes
e2b51cc0 — Cytrogen chore: 更新 gitignore 和数据文件 a month ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
;; -*- no-byte-compile: t; lexical-binding: nil -*-
(define-package "mastodon" "20251201.1553"
  "Client for fediverse services using the Mastodon API."
  '((emacs   "28.1")
    (persist "0.8")
    (tp      "0.7"))
  :url "https://codeberg.org/martianh/mastodon.el"
  :commit "3c00418bfbb13f450551c28a97f8870e8ce3fef9"
  :revdesc "3c00418bfbb1"
  :authors '(("Johnson Denen" . "johnson.denen@gmail.com")
             ("Marty Hiatt" . "mousebot@disroot.org"))
  :maintainers '(("Marty Hiatt" . "mousebot@disroot.org")))