my-emacs-d/elpa/magit-20160425.430/magit-pkg.el
Gergely Polonkai c33a88558b Update modules
2016-04-26 13:40:21 +02:00

13 lines
367 B
EmacsLisp

(define-package "magit" "20160425.430" "A Git porcelain inside Emacs"
'((emacs "24.4")
(async "20150909.2257")
(dash "20151021.113")
(with-editor "20160408.201")
(git-commit "20160414.251")
(magit-popup "20160414.251"))
:url "https://github.com/magit/magit" :keywords
'("git" "tools" "vc"))
;; Local Variables:
;; no-byte-compile: t
;; End: