13 lines
354 B
EmacsLisp
Raw Normal View History

2016-10-05 13:56:57 +02:00
(define-package "magithub" "20161004.523" "Magit interfaces for GitHub"
2016-09-27 16:23:52 +02:00
'((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: