magit-pkg.el (644B)
1 (define-package "magit" "20240522.204" "A Git porcelain inside Emacs." 2 '((emacs "26.1") 3 (compat "29.1.4.5") 4 (dash "20240405") 5 (git-commit "20240429") 6 (magit-section "20240429") 7 (seq "2.24") 8 (transient "20240421") 9 (with-editor "20240415")) 10 :commit "f9268a959828d0c6ab26171dd2fb1ffc55e5ae70" :authors 11 '(("Marius Vollmer" . "marius.vollmer@gmail.com") 12 ("Jonas Bernoulli" . "emacs.magit@jonas.bernoulli.dev")) 13 :maintainer 14 '("Jonas Bernoulli" . "emacs.magit@jonas.bernoulli.dev") 15 :keywords 16 '("git" "tools" "vc") 17 :url "https://github.com/magit/magit") 18 ;; Local Variables: 19 ;; no-byte-compile: t 20 ;; End: