my-emacs-d/elpa/magithub-20160930.1523/magithub-pkg.el
Gergely Polonkai 449ebf466d Update packages
2016-10-03 13:57:29 +02:00

13 lines
355 B
EmacsLisp

(define-package "magithub" "20160930.1523" "Magit interfaces for GitHub"
'((emacs "24.3")
(magit "2.8.0")
(git-commit "20160821.1338")
(with-editor "20160828.1025")
(cl-lib "1.0")
(s "20160711.525"))
:url "https://github.com/vermiculus/magithub" :keywords
'("git" "tools" "vc"))
;; Local Variables:
;; no-byte-compile: t
;; End: