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

20 lines
597 B
EmacsLisp
Raw Normal View History

(define-package "magit" "20220912.331" "A Git porcelain inside Emacs."
2022-04-25 22:51:31 +00:00
'((emacs "25.1")
2022-08-04 18:39:15 +00:00
(compat "28.1.1.2")
2022-04-25 22:51:31 +00:00
(dash "20210826")
(git-commit "20220222")
(magit-section "20220325")
(transient "20220325")
(with-editor "20220318"))
:commit "564cff8a40c2d7c8d4e679f1c7c2974c97f5f149" :authors
2022-04-25 22:51:31 +00:00
'(("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: