Files
emacs/lisp/magit/magit-pkg.el
2020-12-05 21:29:49 +01:00

13 lines
358 B
EmacsLisp

(define-package "magit" "20200627.806" "A Git porcelain inside Emacs."
'((emacs "25.1")
(async "20200113")
(dash "20200524")
(git-commit "20200516")
(transient "20200601")
(with-editor "20200522"))
:commit "9e35f9892ca3987d979a6212ff79b23ddbb42103" :keywords
'("git" "tools" "vc"))
;; Local Variables:
;; no-byte-compile: t
;; End: