emacs.d/elpa/magit-20200220.308/magit-pkg.el

13 lines
307 B
EmacsLisp
Raw Normal View History

2020-02-20 17:25:32 +01:00
(define-package "magit" "20200220.308" "A Git porcelain inside Emacs."
2019-11-23 09:10:03 +01:00
'((emacs "25.1")
(async "20180527")
(dash "20180910")
(git-commit "20181104")
(transient "20190812")
(with-editor "20181103"))
:keywords
'("git" "tools" "vc"))
;; Local Variables:
;; no-byte-compile: t
;; End: