emacs/code/elpa/magit-20230828.1932/magit-pkg.el

21 lines
615 B
EmacsLisp

(define-package "magit" "20230828.1932" "A Git porcelain inside Emacs."
'((emacs "25.1")
(compat "29.1.3.4")
(dash "20221013")
(git-commit "20230101")
(magit-section "20230101")
(seq "2.23")
(transient "20230201")
(with-editor "20230118"))
:commit "86b8491ce87a67551e1fb4261a41f2160ded590a" :authors
'(("Marius Vollmer" . "marius.vollmer@gmail.com")
("Jonas Bernoulli" . "jonas@bernoul.li"))
:maintainer
'("Jonas Bernoulli" . "jonas@bernoul.li")
:keywords
'("git" "tools" "vc")
:url "https://github.com/magit/magit")
;; Local Variables:
;; no-byte-compile: t
;; End: