17 lines
498 B
EmacsLisp
17 lines
498 B
EmacsLisp
|
(define-package "pomidor" "20240601.1617" "Simple and cool pomodoro timer"
|
||
|
'((emacs "24.3")
|
||
|
(alert "1.2")
|
||
|
(dash "2.17.0"))
|
||
|
:commit "de71c34a1a9aff745181107094d3389816dbeca5" :authors
|
||
|
'(("TatriX" . "tatrics@gmail.com"))
|
||
|
:maintainers
|
||
|
'(("TatriX" . "tatrics@gmail.com"))
|
||
|
:maintainer
|
||
|
'("TatriX" . "tatrics@gmail.com")
|
||
|
:keywords
|
||
|
'("tools" "time" "applications" "pomodoro technique")
|
||
|
:url "https://github.com/TatriX/pomidor")
|
||
|
;; Local Variables:
|
||
|
;; no-byte-compile: t
|
||
|
;; End:
|