aboutsummaryrefslogtreecommitdiff
path: root/lisp/magit-pkg.el
blob: 60a08ca6b795a4a68e06258360eddab5dca55f0c (plain)
1
2
3
4
5
6
7
8
9
10
(define-package "magit" "3.2.1"
  "A Git porcelain inside Emacs."
  '((emacs "25.1")
    (dash "20210330")
    (git-commit "20210806")
    (magit-section "20210806")
    (transient "20210701")
    (with-editor "20210524"))
  :homepage "https://magit.vc"
  :keywords '("git" "tools" "vc"))