my-emacs-d/elpa/magithub-20161013.2332/magithub-pkg.el

12 lines
336 B
EmacsLisp
Raw Normal View History

2016-10-14 10:04:53 +00:00
(define-package "magithub" "20161013.2332" "Magit interfaces for GitHub"
2016-10-12 08:42:37 +00:00
'((emacs "24.4")
2016-09-27 14:23:52 +00:00
(magit "2.8.0")
(git-commit "20160821.1338")
(with-editor "20160828.1025")
(s "20160711.525"))
:url "https://github.com/vermiculus/magithub" :keywords
'("git" "tools" "vc"))
;; Local Variables:
;; no-byte-compile: t
;; End: