emacs/org/elpa/org-alert-20240122.1728/org-alert-pkg.el

16 lines
529 B
EmacsLisp

(define-package "org-alert" "20240122.1728" "Notify org deadlines via notify-send"
'((org "9.0")
(alert "1.2"))
:commit "b4bfd4cead89215cc9a46162234f7a4836da4dad" :authors
'(("Stephen Pegoraro" . "spegoraro@tutive.com"))
:maintainers
'(("Stephen Pegoraro" . "spegoraro@tutive.com"))
:maintainer
'("Stephen Pegoraro" . "spegoraro@tutive.com")
:keywords
'("org" "org-mode" "notify" "notifications" "calendar")
:url "https://github.com/spegoraro/org-alert")
;; Local Variables:
;; no-byte-compile: t
;; End: