emacs/code/elpa/magit-section-20220803.2341/magit-section-pkg.el

15 lines
430 B
EmacsLisp
Raw Normal View History

2022-08-04 18:39:38 +00:00
(define-package "magit-section" "20220803.2341" "Sections for read-only buffers."
2022-04-25 22:51:31 +00:00
'((emacs "25.1")
2022-08-04 18:39:38 +00:00
(compat "28.1.1.2")
2022-04-25 22:51:31 +00:00
(dash "20210826"))
2022-08-04 18:39:38 +00:00
:commit "ac7fae6a9893b55ad01942d9ea5a571d44426665" :authors
2022-04-25 22:51:31 +00:00
'(("Jonas Bernoulli" . "jonas@bernoul.li"))
:maintainer
'("Jonas Bernoulli" . "jonas@bernoul.li")
:keywords
'("tools")
:url "https://github.com/magit/magit")
;; Local Variables:
;; no-byte-compile: t
;; End: